borland Packages Class Hierarchy dx.sql.dataset Package
java.lang.Object +----com.borland.dx.sql.dataset.RuntimeMetaData
Variables Constructors Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
For information on handling metadata in JDataStore, see the metaDataUpdate property of the StorageDataSet component and the MetaDataUpdate interface.
protected Database databaseThis variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_DB2 = 0x0004This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_DBASE = 0x0005This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_INTERBASE = 0x0001This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_ORACLE = 0x0002This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_PARADOX = 0x0006This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_SYBASE = 0x0003This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int DB_UNKNOWN = 0x0000This variable is used internally by other com.borland classes. You should never use this variable directly.
protected static final int INT_SQLDIALECT = 15This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int INVALID_DRIVER = 0xffffFFFFThis variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC2_DATAGATEWAY = 0x3000This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC2_DB2 = 0x3200This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC2_ORACLE = 0x3100This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_DATAGATEWAY = 0x2000This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_DB2 = 0x2200This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_INTERCLIENT = 0x2300This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_JCONNECT = 0x2400This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_JDATASTORE = 0x2500This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int JDBC4_ORACLE = 0x2100This variable is used internally by other com.borland classes. You should never use this variable directly.
protected DatabaseMetaData jdbcMetaDataThis variable is used internally by other com.borland classes. You should never use this variable directly.
protected static final int MASK_DIALECT = 0x00FFThis variable is used internally by other com.borland classes. You should never use this variable directly.
protected static final int MASK_DRIVER = 0xFF00This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int ODBC_ORACLE = 0x1200This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int ODBC_UNKNOWN = 0x1000This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int ODBC_VISIGENIC = 0x1100This variable is used internally by other com.borland classes. You should never use this variable directly.
public static final int UNKNOWN_DRIVER = 0x0000This variable is used internally by other com.borland classes. You should never use this variable directly.
protected RuntimeMetaData(Database database)This constructor is used internally by other com.borland classes. You should never use this constructor directly.
protected RuntimeMetaData(RuntimeMetaData metaData)This constructor is used internally by other com.borland classes. You should never use this constructor directly.
public final synchronized DatabaseMetaData getJdbcMetaData()This property is used internally by other com.borland classes. You should never use this property directly.
protected void connectionClosed()This method is used internally by other com.borland classes. You should never use this method directly.
protected static Column createColumn(String name, String label, int sqlType, int precision, int displaySize, int scale, boolean search)This method is used internally by other com.borland classes. You should never use this method directly.
protected final char getIdentifierQuoteChar()This method is used internally by other com.borland classes. You should never use this method directly.
protected int getIntValue(int index)This method is used internally by other com.borland classes. You should never use this method directly.
public static RuntimeMetaData getRuntimeMetaData(Database database)This method is used internally by other com.borland classes. You should never use this method directly.
protected String getUserName()This method is used internally by other com.borland classes. You should never use this method directly.
public static int sqlTypeToVariantType(int sqlType)This method is used internally by other com.borland classes. You should never use this method directly.