Gjsify LogoGjsify Logo

Used in gda_connection_supports_feature() and gda_server_provider_supports_feature() to test if a connection or a database provider supports some specific feature.

Index

Enumeration Members

AGGREGATES: number

test for aggregates support

ASYNC_EXEC: number

test if connection supports asynchronous execution

BLOBS: number

test for BLOBS (binary large objects) support

INDEXES: number

test for indexes support

INHERITANCE: number

test for tables inheritance support

LAST: number

not used

MULTI_THREADING: number

test for native multi-threading support

NAMESPACES: number

test for namespaces support

PROCEDURES: number

test for functions support

SAVEPOINTS: number

test for savepoints within transactions support

SAVEPOINTS_REMOVE: number

test if savepoints can be removed

SEQUENCES: number

test for sequences support

SQL: number

test for SQL language (even specific to the database) support

TRANSACTIONS: number

test for transactions support

TRIGGERS: number

test for triggers support

UPDATABLE_CURSOR: number

test for updatable cursors support

USERS: number

test for users support

VIEWS: number

test for views support

XA_TRANSACTIONS: number

test for distributed transactions support

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method