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

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

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

TRANSACTION_ISOLATION_READ_COMMITTED: number

test for READ COMMITTED transaction isolation level

TRANSACTION_ISOLATION_READ_UNCOMMITTED: number

test for READ UNCOMMITTED transaction isolation level

TRANSACTION_ISOLATION_REPEATABLE_READ: number

test for REPEATABLE READ transaction isolation level

TRANSACTION_ISOLATION_SERIALIZABLE: number

test for SERIALIZABLE transaction isolation level

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