Object, Initable
A prepared statement
string sql { construct; get; }
int sql_length { construct; }
bool auto_clear { set; get; }
int parameter_count { get; }
string sql) throws Error
string sql, int sql_max_len = -1, out string? tail =null) throws Error
string parameter_name (int parameter) throws Error
int parameter_index (string parameter) throws Error
string? first_parameter =null, ...) throws Error
Cancellable? cancellable =null) throws Error
int64 execute_insert (string? first_parameter =null, ...) throws Error
int64 execute_insert_async (Cancellable? cancellable =null) throws Error
int parameter, Value? value) throws Error
string name, Value? value) throws Error
int field, int value) throws Error
string field, int value) throws Error
int field, int64 value) throws Error
string field, int64 value) throws Error
int field, string? value) throws Error
string field, string? value) throws Error
int field) throws Error
string field) throws Error
int field, double value) throws Error
string field, double value) throws Error
int field, uint8[] value) throws Error
string field, uint8[] value) throws Error
int field, ByteArray value) throws Error
string field, ByteArray value) throws Error
GenericArray<GenericArray<Value?>> get_table () throws Error
FileStream? fd =null) throws Error
bool init (Cancellable? cancellable =null) throws Error