borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

SQLDialect class

java.lang.Object
   +----borland.jbcl.dataset.SQLDialect

About the SQLDialect class

Variables  Properties  Methods  
The SQLDialect class defines constants for SQL database servers.

SQLDialect variables

Variables implemented in this class

SQLDialect properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

SQLDialect methods

Methods implemented in java.lang.Object


SQLDialect variables

INTERBASE

  public static final int INTERBASE = 0x2
Constant used to designate an InterBase server.

ORACLE

  public static final int ORACLE = 0x3
Constant used to designate an Oracle server.

UNKNOWN

  public static final int UNKNOWN = 0x1
Constant used to designate an unknown server.