8.6.1 List of the methods in the DatabaseMetaData interface
8.6.2 allProceduresAreCallable()
8.6.3 allTablesAreSelectable()
8.6.4 autoCommitFailureClosesAllResultSets()
8.6.5 dataDefinitionCausesTransactionCommit()
8.6.6 dataDefinitionIgnoredInTransactions()
8.6.7 deletesAreDetected(int type)
8.6.8 doesMaxRowSizeIncludeBlobs()
8.6.9 generatedKeyAlwaysReturned()
8.6.10 getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)
8.6.11 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
8.6.12 getCatalogs()
8.6.13 getCatalogSeparator()
8.6.14 getCatalogTerm()
8.6.15 getClientInfoProperties()
8.6.16 getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)
8.6.17 getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
8.6.18 getConnection()
8.6.19 getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable)
8.6.20 getDatabaseMajorVersion()
8.6.21 getDatabaseMinorVersion()
8.6.22 getDatabaseProductName()
8.6.23 getDatabaseProductVersion()
8.6.24 getDefaultTransactionIsolation()
8.6.25 getDriverMajorVersion()
8.6.26 getDriverMinorVersion()
8.6.27 getDriverName()
8.6.28 getDriverVersion()
8.6.29 getExportedKeys(String catalog, String schema, String table)
8.6.30 getExtraNameCharacters()
8.6.31 getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)
8.6.32 getFunctions(String catalog, String schemaPattern, String functionNamePattern)
8.6.33 getIdentifierQuoteString()
8.6.34 getImportedKeys(String catalog, String schema, String table)
8.6.35 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate)
8.6.36 getJDBCMajorVersion()
8.6.37 getJDBCMinorVersion()
8.6.38 getMaxBinaryLiteralLength()
8.6.39 getMaxCatalogNameLength()
8.6.40 getMaxCharLiteralLength()
8.6.41 getMaxColumnNameLength()
8.6.42 getMaxColumnsInGroupBy()
8.6.43 getMaxColumnsInIndex()
8.6.44 getMaxColumnsInOrderBy()
8.6.45 getMaxColumnsInSelect()
8.6.46 getMaxColumnsInTable()
8.6.47 getMaxConnections()
8.6.48 getMaxCursorNameLength()
8.6.49 getMaxIndexLength()
8.6.50 getMaxLogicalLobSize()
8.6.51 getMaxProcedureNameLength()
8.6.52 getMaxRowSize()
8.6.53 getMaxSchemaNameLength()
8.6.54 getMaxStatementLength()
8.6.55 getMaxStatements()
8.6.56 getMaxTableNameLength()
8.6.57 getMaxTablesInSelect()
8.6.58 getMaxUserNameLength()
8.6.59 getNumericFunctions()
8.6.60 getPrimaryKeys(String catalog, String schema, String table)
8.6.61 getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)
8.6.62 getProcedures(String catalog, String schemaPattern, String procedureNamePattern)
8.6.63 getProcedureTerm()
8.6.64 getPseudoColumns(String catalog,String schemaPattern,String tableNamePattern,String columnNamePattern)
8.6.65 getResultSetHoldability()
8.6.66 getRowIdLifetime()
8.6.67 getSchemas()
8.6.68 getSchemas(String catalog, String schemaPattern)
8.6.69 getSchemaTerm()
8.6.70 getSearchStringEscape()
8.6.71 getSQLKeywords()
8.6.72 getSQLStateType()
8.6.73 getStringFunctions()
8.6.74 getSuperTables(String catalog, String schemaPattern, String tableNamePattern)
8.6.75 getSuperTypes(String catalog, String schemaPattern, String typeNamePattern)
8.6.76 getSystemFunctions()
8.6.77 getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)
8.6.78 getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)
8.6.79 getTableTypes()
8.6.80 getTimeDateFunctions()
8.6.81 getTypeInfo()
8.6.82 getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)
8.6.83 getURL()
8.6.84 getUserName()
8.6.85 getVersionColumns(String catalog, String schema, String table)
8.6.86 insertsAreDetected(int type)
8.6.87 isCatalogAtStart()
8.6.88 isReadOnly()
8.6.89 locatorsUpdateCopy()
8.6.90 nullPlusNonNullIsNull()
8.6.91 nullsAreSortedAtEnd()
8.6.92 nullsAreSortedAtStart()
8.6.93 nullsAreSortedHigh()
8.6.94 nullsAreSortedLow()
8.6.95 othersDeletesAreVisible(int type)
8.6.96 othersInsertsAreVisible(int type)
8.6.97 othersUpdatesAreVisible(int type)
8.6.98 ownDeletesAreVisible(int type)
8.6.99 ownInsertsAreVisible(int type)
8.6.100 ownUpdatesAreVisible(int type)
8.6.101 storesLowerCaseIdentifiers()
8.6.102 storesLowerCaseQuotedIdentifiers()
8.6.103 storesMixedCaseIdentifiers()
8.6.104 storesMixedCaseQuotedIdentifiers()
8.6.105 storesUpperCaseIdentifiers()
8.6.106 storesUpperCaseQuotedIdentifiers()
8.6.107 supportsAlterTableWithAddColumn()
8.6.108 supportsAlterTableWithDropColumn()
8.6.109 supportsANSI92EntryLevelSQL()
8.6.110 supportsANSI92FullSQL()
8.6.111 supportsANSI92IntermediateSQL()
8.6.112 supportsBatchUpdates()
8.6.113 supportsCatalogsInDataManipulation()
8.6.114 supportsCatalogsInIndexDefinitions()
8.6.115 supportsCatalogsInPrivilegeDefinitions()
8.6.116 supportsCatalogsInProcedureCalls()
8.6.117 supportsCatalogsInTableDefinitions()
8.6.118 supportsColumnAliasing()
8.6.119 supportsConvert()
8.6.120 supportsConvert(int fromType, int toType)
8.6.121 supportsCoreSQLGrammar()
8.6.122 supportsCorrelatedSubqueries()
8.6.123 supportsDataDefinitionAndDataManipulationTransactions()
8.6.124 supportsDataManipulationTransactionsOnly()
8.6.125 supportsDifferentTableCorrelationNames()
8.6.126 supportsExpressionsInOrderBy()
8.6.127 supportsExtendedSQLGrammar()
8.6.128 supportsFullOuterJoins()
8.6.129 supportsGetGeneratedKeys()
8.6.130 supportsGroupBy()
8.6.131 supportsGroupByBeyondSelect()
8.6.132 supportsGroupByUnrelated()
8.6.133 supportsIntegrityEnhancementFacility()
8.6.134 supportsLikeEscapeClause()
8.6.135 supportsLimitedOuterJoins()
8.6.136 supportsMinimumSQLGrammar()
8.6.137 supportsMixedCaseIdentifiers()
8.6.138 supportsMixedCaseQuotedIdentifiers()
8.6.139 supportsMultipleOpenResults()
8.6.140 supportsMultipleResultSets()
8.6.141 supportsMultipleTransactions()
8.6.142 supportsNamedParameters()
8.6.143 supportsNonNullableColumns()
8.6.144 supportsOpenCursorsAcrossCommit()
8.6.145 supportsOpenCursorsAcrossRollback()
8.6.146 supportsOpenStatementsAcrossCommit()
8.6.147 supportsOpenStatementsAcrossRollback()
8.6.148 supportsOrderByUnrelated()
8.6.149 supportsOuterJoins()
8.6.150 supportsPositionedDelete()
8.6.151 supportsPositionedUpdate()
8.6.152 supportsRefCursors()
8.6.153 supportsResultSetConcurrency(int type, int concurrency)
8.6.154 supportsResultSetHoldability(int holdability)
8.6.155 supportsResultSetType(int type)
8.6.156 supportsSavepoints()
8.6.157 supportsSchemasInDataManipulation()
8.6.158 supportsSchemasInIndexDefinitions()
8.6.159 supportsSchemasInPrivilegeDefinitions()
8.6.160 supportsSchemasInProcedureCalls()
8.6.161 supportsSchemasInTableDefinitions()
8.6.162 supportsSelectForUpdate()
8.6.163 supportsStatementPooling()
8.6.164 supportsStoredFunctionsUsingCallSyntax()
8.6.165 supportsStoredProcedures()
8.6.166 supportsSubqueriesInComparisons()
8.6.167 supportsSubqueriesInExists()
8.6.168 supportsSubqueriesInIns()
8.6.169 supportsSubqueriesInQuantifieds()
8.6.170 supportsTableCorrelationNames()
8.6.171 supportsTransactionIsolationLevel(int level)
8.6.172 supportsTransactions()
8.6.173 supportsUnion()
8.6.174 supportsUnionAll()
8.6.175 updatesAreDetected(int type)
8.6.176 usesLocalFilePerTable()
8.6.177 usesLocalFiles()