Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gda.Batch

Class Gda.Batch

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaBatch
Class : Batch
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gda.Connection
Method
batch_execute (Batch batch, Set params, StatementModelUsage model_usage) : Array
Executes all the statements contained in batch (in the order in which they were added to batch), and returns a list of GObject objects, at most one GObject for each statement; see gda_connection_statement_execute() for details about the returned objects.
Gda.SqlParser
Method
parse_string_as_batch (String sql, Object out_values) : Gda.Batch
Parse sql and creates a GdaBatch object which contains all the GdaStatement objects created while parsing (one object per SQL statement).
Gda.SqlParser
Method
parse_file_as_batch (String filename) : Gda.Batch
Parse filename's contents and creates a GdaBatch object which contains all the GdaStatement objects created while parsing (one object per SQL statement).
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:05 GMT+0800 (HKT)