PreparedQuery
Object Hierarchy:
Description:
public interface PreparedQuery :
Object,
Query
Represented a prepared query. Values required by query can be set by using
parameters property.
This kind of query holds parameters in an SQL command so you can change its values in order to execute it. Use
parameters to set values using
Vda.SqlParameters interface.
Query.sql will holds a string representing the query with all defined
parameters you can set. Parameters have a name and a GLib.Type and is represented in the string as:
##param_name::param_type, where ## is used to identify where a parameter declaration starts and :: is used to put apart the parameter's
name and its type's name.
All known implementing classes:
All known sub-interfaces:
Content:
Properties:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Vda.Query