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
RDatabaseMetaData methods
Methods implemented in this class
- getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean)
- getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
- getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
- getPrimaryKeys(java.lang.String, java.lang.String, java.lang.String)
- getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
- getUDTs(java.lang.String, java.lang.String, java.lang.String, int[])
- allProceduresAreCallable()
- allTablesAreSelectable()
- dataDefinitionCausesTransactionCommit()
- dataDefinitionIgnoredInTransactions()
- deletesAreDetected(int)
- doesMaxRowSizeIncludeBlobs()
- getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
- getCrossReference(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
- getExportedKeys(java.lang.String, java.lang.String, java.lang.String)
- getImportedKeys(java.lang.String, java.lang.String, java.lang.String)
- getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
- getProcedures(java.lang.String, java.lang.String, java.lang.String)
- getTablePrivileges(java.lang.String, java.lang.String, java.lang.String)
- getVersionColumns(java.lang.String, java.lang.String, java.lang.String)
- insertsAreDetected(int)
- nullPlusNonNullIsNull()
- nullsAreSortedAtEnd()
- nullsAreSortedAtStart()
- nullsAreSortedHigh()
- nullsAreSortedLow()
- othersDeletesAreVisible(int)
- othersInsertsAreVisible(int)
- othersUpdatesAreVisible(int)
- ownDeletesAreVisible(int)
- ownInsertsAreVisible(int)
- ownUpdatesAreVisible(int)
- storesLowerCaseIdentifiers()
- storesLowerCaseQuotedIdentifiers()
- storesMixedCaseIdentifiers()
- storesMixedCaseQuotedIdentifiers()
- storesUpperCaseIdentifiers()
- storesUpperCaseQuotedIdentifiers()
- supportsAlterTableWithAddColumn()
- supportsAlterTableWithDropColumn()
- supportsANSI92EntryLevelSQL()
- supportsANSI92FullSQL()
- supportsANSI92IntermediateSQL()
- supportsBatchUpdates()
- supportsCatalogsInDataManipulation()
- supportsCatalogsInIndexDefinitions()
- supportsCatalogsInPrivilegeDefinitions()
- supportsCatalogsInProcedureCalls()
- supportsCatalogsInTableDefinitions()
- supportsColumnAliasing()
- supportsConvert()
- supportsConvert(int, int)
- supportsCoreSQLGrammar()
- supportsCorrelatedSubqueries()
- supportsDataDefinitionAndDataManipulationTransactions()
- supportsDataManipulationTransactionsOnly()
- supportsDifferentTableCorrelationNames()
- supportsExpressionsInOrderBy()
- supportsExtendedSQLGrammar()
- supportsFullOuterJoins()
- supportsGroupBy()
- supportsGroupByBeyondSelect()
- supportsGroupByUnrelated()
- supportsIntegrityEnhancementFacility()
- supportsLikeEscapeClause()
- supportsLimitedOuterJoins()
- supportsMinimumSQLGrammar()
- supportsMixedCaseIdentifiers()
- supportsMixedCaseQuotedIdentifiers()
- supportsMultipleResultSets()
- supportsMultipleTransactions()
- supportsNonNullableColumns()
- supportsOpenCursorsAcrossCommit()
- supportsOpenCursorsAcrossRollback()
- supportsOpenStatementsAcrossCommit()
- supportsOpenStatementsAcrossRollback()
- supportsOrderByUnrelated()
- supportsOuterJoins()
- supportsPositionedDelete()
- supportsPositionedUpdate()
- supportsResultSetConcurrency(int, int)
- supportsResultSetType(int)
- supportsSchemasInDataManipulation()
- supportsSchemasInIndexDefinitions()
- supportsSchemasInPrivilegeDefinitions()
- supportsSchemasInProcedureCalls()
- supportsSchemasInTableDefinitions()
- supportsSelectForUpdate()
- supportsStoredProcedures()
- supportsSubqueriesInComparisons()
- supportsSubqueriesInExists()
- supportsSubqueriesInIns()
- supportsSubqueriesInQuantifieds()
- supportsTableCorrelationNames()
- supportsTransactionIsolationLevel(int)
- supportsTransactions()
- supportsUnion()
- supportsUnionAll()
- updatesAreDetected(int)
- usesLocalFilePerTable()
- usesLocalFiles()
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.