borland Packages  Class Hierarchy  datastore.jdbc Package 

RDatabaseMetaData class

java.lang.Object
   +----com.borland.datastore.jdbc.BDatabaseMetaData
           +----com.borland.datastore.jdbc.RDatabaseMetaData

About the RDatabaseMetaData class

Properties  Methods  

Implements DatabaseMetaData

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


RDatabaseMetaData properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.datastore.jdbc.BDatabaseMetaData

Properties implemented in java.lang.Object

RDatabaseMetaData methods

Methods implemented in this class

Methods implemented in com.borland.datastore.jdbc.BDatabaseMetaData

Methods implemented in java.lang.Object


RDatabaseMetaData properties

databaseProductVersion

 public String getDatabaseProductVersion()

This property is used internally by other com.borland classes. You should never use this property directly.

extraNameCharacters

 public String getExtraNameCharacters()

This property is used internally by other com.borland classes. You should never use this property directly.

maxConnections

 public int getMaxConnections()

maxRowSize

 public int getMaxRowSize()

This property is used internally by other com.borland classes. You should never use this property directly.

numericFunctions

 public String getNumericFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

readOnly

 public boolean isReadOnly()

This property is used internally by other com.borland classes. You should never use this property directly.

searchStringEscape

 public String getSearchStringEscape()

This property is used internally by other com.borland classes. You should never use this property directly.

SQLKeywords

 public String getSQLKeywords()

This property is used internally by other com.borland classes. You should never use this property directly.

stringFunctions

 public String getStringFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

systemFunctions

 public String getSystemFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

tableTypes

 public ResultSet getTableTypes()

This property is used internally by other com.borland classes. You should never use this property directly.

timeDateFunctions

 public String getTimeDateFunctions()

This property is used internally by other com.borland classes. You should never use this property directly.

typeInfo

 public ResultSet getTypeInfo()

This property is used internally by other com.borland classes. You should never use this property directly.

URL

 public String getURL()

This property is used internally by other com.borland classes. You should never use this property directly.

userName

 public String getUserName()

This property is used internally by other com.borland classes. You should never use this property directly.