gda.Connection

Undocumented in source.

Public Imports

gdac.gdatypes
public import gdac.gdatypes;
Undocumented in source.

Members

Classes

Connection
class Connection

Description The GdaConnection class offers access to all operations involving an opened connection to a database. GdaConnection objects are obtained via the GdaClient class. Once obtained, applications can use GdaConnection to execute commands, run transactions, and get information about all objects stored in the underlying database.

Meta