Batch
Object Hierarchy:
Description:
[ CCode ( type_id = "gda_batch_get_type ()" ) ]
public class Batch : Object
Content:
Static methods:
Creation methods:
Methods:
- public void add_statement (Statement stmt)
Add stmt
to the list of statements managed by
this.
- public Batch copy ()
Copy constructor
- public bool get_parameters (out Set out_params) throws Error
Get a new Set object which
groups all the execution parameters which this needs for all the statements it includes.
- public unowned SList<Statement> get_statements ()
Get a list of the Statement
objects contained in this
- public void remove_statement (Statement stmt)
Removes stmt
from the list of statements managed by
this.
- public string serialize ()
Creates a string representing the contents of
this.
Signals:
- public virtual signal void changed (Object changed_stmt)
Gets emitted whenever a
Statement in the batch
object changes
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