Back to Seed Clases

Gda


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gda.ServerOperation

Class Gda.ServerOperation

Import line: Gda = imports.gi.Gda;
GIR File: Gda-4.0.gir
C documentation: GdaServerOperation
Class : ServerOperation
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
Method
Gda.perform_create_database (String provider, ServerOperation op) : Boolean
Gda
Method
Gda.perform_create_table (ServerOperation op) : Boolean
Gda
Method
Gda.perform_drop_database (String provider, ServerOperation op) : Boolean
Gda
Method
Gda.perform_drop_table (ServerOperation op) : Boolean
Gda
Method
Gda.prepare_create_database (String provider, String db_name) : Gda.ServerOperation
Gda
Method
Gda.prepare_drop_database (String provider, String db_name) : Gda.ServerOperation
Gda
Method
Gda.prepare_drop_table (Connection cnc, String table_name) : Gda.ServerOperation
Gda.Connection
Method
create_operation (ServerOperationType type, Set options) : Gda.ServerOperation
Creates a new GdaServerOperation object which can be modified in order to perform the type type of action.
Gda.Connection
Method
perform_operation (ServerOperation op) : Boolean
Performs the operation described by op (which should have been created using gda_connection_create_operation()).
Gda.ServerProvider
Method
create_operation (Connection cnc, ServerOperationType type, Set options) : Gda.ServerOperation
Gda.ServerProvider
Method
render_operation (Connection cnc, ServerOperation op) : String
Gda.ServerProvider
Method
perform_operation (Connection cnc, ServerOperation op) : Boolean
Gda.ServerProvider
Method
perform_operation_default (Connection cnc, ServerOperation op) : Boolean
Gdaui.ServerOperation
Property
server_operation : Gda.ServerOperation
Gdaui.ServerOperation
Method
new Gdaui.ServerOperation.c_new (ServerOperation op) : Gdaui.ServerOperation
Create a new Gdaui.ServerOperation
Gdaui.ServerOperation
Method
new Gdaui.ServerOperation.in_dialog (ServerOperation op, Window parent, String title, String header) : Gdaui.ServerOperation
Create a new Gdaui.ServerOperation
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:06 GMT+0800 (HKT)