Camel.DB.exec_statement – camel-1.2 Reference Manual
Packages
camel-1.2
Camel
DB
error_quark
free_sqlized_string
release_cache_memory
sqlize_string
sqlize_to_statement
DB
abort_transaction
begin_transaction
end_transaction
exec_select
exec_statement
get_filename
has_table
has_table_with_column
maybe_run_maintenance
open
reader_lock
reader_unlock
set_collate
writer_lock
writer_unlock
exec_statement
Description:
[
Version
( since =
"3.58"
) ]
public
bool
exec_statement
(
string
stmt)
throws
Error
Executes an SQLite statement.
Parameters:
this
a
DB
stmt
an SQL (SQLite) statement to execute
Returns:
whether succeeded