Main Page
Modules
Namespaces
Classes
Files
db
::
Database
can_write
close
create
create_sequence
create_table
Database
describe_table
drop_sequence
drop_table
get_buffer_manager_stat
get_buffer_stat
get_default_completion_mode
get_default_isolation_level
get_library_config
get_table_id
get_timeout
is_opened
lock_table
lock_table
open
set_default_completion_mode
set_default_isolation_level
set_library_config
set_timeout
tx_abort
tx_begin
tx_commit
tx_flush
unwatch_table
update_table
wait
watch_table
~Database
int db::Database::set_library_config
(
const
LibraryConfig
&
config
)
[static]
Set the library configuration options.
Parameters:
config
Configuration values to set. (required)
Returns:
DB_NOERROR
When successful.
DB_ESTATE
The library has already been initialized.
DB_EINVAL
Invalid
config
parameter.
Note:
This function cannot be called after the library is initialized, which happens in the first call to
open
or
create
.
Copyright © 2005-2008 ITTIA®. All rights reserved.