类 IoTDBDatabaseMetadata

  • 所有已实现的接口:
    java.sql.DatabaseMetaData, java.sql.Wrapper

    public class IoTDBDatabaseMetadata
    extends java.lang.Object
    implements java.sql.DatabaseMetaData
    • 构造器详细资料

      • IoTDBDatabaseMetadata

        public IoTDBDatabaseMetadata​(IoTDBConnection connection,
                                     org.apache.iotdb.service.rpc.thrift.TSIService.Iface client)
    • 方法详细资料

      • getColumns

        public java.sql.ResultSet getColumns​(java.lang.String catalog,
                                             java.lang.String schemaPattern,
                                             java.lang.String columnPattern,
                                             java.lang.String devicePattern)
                                      throws java.sql.SQLException
        指定者:
        getColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • isWrapperFor

        public boolean isWrapperFor​(java.lang.Class<?> arg0)
                             throws java.sql.SQLException
        指定者:
        isWrapperFor 在接口中 java.sql.Wrapper
        抛出:
        java.sql.SQLException
      • unwrap

        public <T> T unwrap​(java.lang.Class<T> iface)
                     throws java.sql.SQLException
        指定者:
        unwrap 在接口中 java.sql.Wrapper
        抛出:
        java.sql.SQLException
      • allProceduresAreCallable

        public boolean allProceduresAreCallable()
                                         throws java.sql.SQLException
        指定者:
        allProceduresAreCallable 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • allTablesAreSelectable

        public boolean allTablesAreSelectable()
                                       throws java.sql.SQLException
        指定者:
        allTablesAreSelectable 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • autoCommitFailureClosesAllResultSets

        public boolean autoCommitFailureClosesAllResultSets()
                                                     throws java.sql.SQLException
        指定者:
        autoCommitFailureClosesAllResultSets 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • dataDefinitionCausesTransactionCommit

        public boolean dataDefinitionCausesTransactionCommit()
                                                      throws java.sql.SQLException
        指定者:
        dataDefinitionCausesTransactionCommit 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • dataDefinitionIgnoredInTransactions

        public boolean dataDefinitionIgnoredInTransactions()
                                                    throws java.sql.SQLException
        指定者:
        dataDefinitionIgnoredInTransactions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • deletesAreDetected

        public boolean deletesAreDetected​(int arg0)
                                   throws java.sql.SQLException
        指定者:
        deletesAreDetected 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • doesMaxRowSizeIncludeBlobs

        public boolean doesMaxRowSizeIncludeBlobs()
                                           throws java.sql.SQLException
        指定者:
        doesMaxRowSizeIncludeBlobs 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • generatedKeyAlwaysReturned

        public boolean generatedKeyAlwaysReturned()
                                           throws java.sql.SQLException
        指定者:
        generatedKeyAlwaysReturned 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getAttributes

        public java.sql.ResultSet getAttributes​(java.lang.String arg0,
                                                java.lang.String arg1,
                                                java.lang.String arg2,
                                                java.lang.String arg3)
                                         throws java.sql.SQLException
        指定者:
        getAttributes 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getBestRowIdentifier

        public java.sql.ResultSet getBestRowIdentifier​(java.lang.String arg0,
                                                       java.lang.String arg1,
                                                       java.lang.String arg2,
                                                       int arg3,
                                                       boolean arg4)
                                                throws java.sql.SQLException
        指定者:
        getBestRowIdentifier 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getCatalogSeparator

        public java.lang.String getCatalogSeparator()
                                             throws java.sql.SQLException
        指定者:
        getCatalogSeparator 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getCatalogTerm

        public java.lang.String getCatalogTerm()
                                        throws java.sql.SQLException
        指定者:
        getCatalogTerm 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getCatalogs

        public java.sql.ResultSet getCatalogs()
                                       throws java.sql.SQLException
        指定者:
        getCatalogs 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getClientInfoProperties

        public java.sql.ResultSet getClientInfoProperties()
                                                   throws java.sql.SQLException
        指定者:
        getClientInfoProperties 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getColumnPrivileges

        public java.sql.ResultSet getColumnPrivileges​(java.lang.String arg0,
                                                      java.lang.String arg1,
                                                      java.lang.String arg2,
                                                      java.lang.String arg3)
                                               throws java.sql.SQLException
        指定者:
        getColumnPrivileges 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getConnection

        public java.sql.Connection getConnection()
                                          throws java.sql.SQLException
        指定者:
        getConnection 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getCrossReference

        public java.sql.ResultSet getCrossReference​(java.lang.String arg0,
                                                    java.lang.String arg1,
                                                    java.lang.String arg2,
                                                    java.lang.String arg3,
                                                    java.lang.String arg4,
                                                    java.lang.String arg5)
                                             throws java.sql.SQLException
        指定者:
        getCrossReference 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDatabaseMajorVersion

        public int getDatabaseMajorVersion()
                                    throws java.sql.SQLException
        指定者:
        getDatabaseMajorVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDatabaseMinorVersion

        public int getDatabaseMinorVersion()
                                    throws java.sql.SQLException
        指定者:
        getDatabaseMinorVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDatabaseProductName

        public java.lang.String getDatabaseProductName()
                                                throws java.sql.SQLException
        指定者:
        getDatabaseProductName 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDatabaseProductVersion

        public java.lang.String getDatabaseProductVersion()
                                                   throws java.sql.SQLException
        指定者:
        getDatabaseProductVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDefaultTransactionIsolation

        public int getDefaultTransactionIsolation()
                                           throws java.sql.SQLException
        指定者:
        getDefaultTransactionIsolation 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDriverMajorVersion

        public int getDriverMajorVersion()
        指定者:
        getDriverMajorVersion 在接口中 java.sql.DatabaseMetaData
      • getDriverMinorVersion

        public int getDriverMinorVersion()
        指定者:
        getDriverMinorVersion 在接口中 java.sql.DatabaseMetaData
      • getDriverName

        public java.lang.String getDriverName()
                                       throws java.sql.SQLException
        指定者:
        getDriverName 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getDriverVersion

        public java.lang.String getDriverVersion()
                                          throws java.sql.SQLException
        指定者:
        getDriverVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getExportedKeys

        public java.sql.ResultSet getExportedKeys​(java.lang.String arg0,
                                                  java.lang.String arg1,
                                                  java.lang.String arg2)
                                           throws java.sql.SQLException
        指定者:
        getExportedKeys 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getExtraNameCharacters

        public java.lang.String getExtraNameCharacters()
                                                throws java.sql.SQLException
        指定者:
        getExtraNameCharacters 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getFunctionColumns

        public java.sql.ResultSet getFunctionColumns​(java.lang.String arg0,
                                                     java.lang.String arg1,
                                                     java.lang.String arg2,
                                                     java.lang.String arg3)
                                              throws java.sql.SQLException
        指定者:
        getFunctionColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getFunctions

        public java.sql.ResultSet getFunctions​(java.lang.String arg0,
                                               java.lang.String arg1,
                                               java.lang.String arg2)
                                        throws java.sql.SQLException
        指定者:
        getFunctions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getIdentifierQuoteString

        public java.lang.String getIdentifierQuoteString()
                                                  throws java.sql.SQLException
        指定者:
        getIdentifierQuoteString 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getImportedKeys

        public java.sql.ResultSet getImportedKeys​(java.lang.String arg0,
                                                  java.lang.String arg1,
                                                  java.lang.String arg2)
                                           throws java.sql.SQLException
        指定者:
        getImportedKeys 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getIndexInfo

        public java.sql.ResultSet getIndexInfo​(java.lang.String arg0,
                                               java.lang.String arg1,
                                               java.lang.String arg2,
                                               boolean arg3,
                                               boolean arg4)
                                        throws java.sql.SQLException
        指定者:
        getIndexInfo 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getJDBCMajorVersion

        public int getJDBCMajorVersion()
                                throws java.sql.SQLException
        指定者:
        getJDBCMajorVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getJDBCMinorVersion

        public int getJDBCMinorVersion()
                                throws java.sql.SQLException
        指定者:
        getJDBCMinorVersion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxBinaryLiteralLength

        public int getMaxBinaryLiteralLength()
                                      throws java.sql.SQLException
        指定者:
        getMaxBinaryLiteralLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxCatalogNameLength

        public int getMaxCatalogNameLength()
                                    throws java.sql.SQLException
        指定者:
        getMaxCatalogNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxCharLiteralLength

        public int getMaxCharLiteralLength()
                                    throws java.sql.SQLException
        指定者:
        getMaxCharLiteralLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnNameLength

        public int getMaxColumnNameLength()
                                   throws java.sql.SQLException
        指定者:
        getMaxColumnNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnsInGroupBy

        public int getMaxColumnsInGroupBy()
                                   throws java.sql.SQLException
        指定者:
        getMaxColumnsInGroupBy 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnsInIndex

        public int getMaxColumnsInIndex()
                                 throws java.sql.SQLException
        指定者:
        getMaxColumnsInIndex 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnsInOrderBy

        public int getMaxColumnsInOrderBy()
                                   throws java.sql.SQLException
        指定者:
        getMaxColumnsInOrderBy 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnsInSelect

        public int getMaxColumnsInSelect()
                                  throws java.sql.SQLException
        指定者:
        getMaxColumnsInSelect 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxColumnsInTable

        public int getMaxColumnsInTable()
                                 throws java.sql.SQLException
        指定者:
        getMaxColumnsInTable 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxConnections

        public int getMaxConnections()
                              throws java.sql.SQLException
        指定者:
        getMaxConnections 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxCursorNameLength

        public int getMaxCursorNameLength()
                                   throws java.sql.SQLException
        指定者:
        getMaxCursorNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxIndexLength

        public int getMaxIndexLength()
                              throws java.sql.SQLException
        指定者:
        getMaxIndexLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxProcedureNameLength

        public int getMaxProcedureNameLength()
                                      throws java.sql.SQLException
        指定者:
        getMaxProcedureNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxRowSize

        public int getMaxRowSize()
                          throws java.sql.SQLException
        指定者:
        getMaxRowSize 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxSchemaNameLength

        public int getMaxSchemaNameLength()
                                   throws java.sql.SQLException
        指定者:
        getMaxSchemaNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxStatementLength

        public int getMaxStatementLength()
                                  throws java.sql.SQLException
        指定者:
        getMaxStatementLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxStatements

        public int getMaxStatements()
                             throws java.sql.SQLException
        指定者:
        getMaxStatements 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxTableNameLength

        public int getMaxTableNameLength()
                                  throws java.sql.SQLException
        指定者:
        getMaxTableNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxTablesInSelect

        public int getMaxTablesInSelect()
                                 throws java.sql.SQLException
        指定者:
        getMaxTablesInSelect 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getMaxUserNameLength

        public int getMaxUserNameLength()
                                 throws java.sql.SQLException
        指定者:
        getMaxUserNameLength 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getNumericFunctions

        public java.lang.String getNumericFunctions()
                                             throws java.sql.SQLException
        指定者:
        getNumericFunctions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getPrimaryKeys

        public java.sql.ResultSet getPrimaryKeys​(java.lang.String arg0,
                                                 java.lang.String arg1,
                                                 java.lang.String arg2)
                                          throws java.sql.SQLException
        指定者:
        getPrimaryKeys 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getProcedureColumns

        public java.sql.ResultSet getProcedureColumns​(java.lang.String arg0,
                                                      java.lang.String arg1,
                                                      java.lang.String arg2,
                                                      java.lang.String arg3)
                                               throws java.sql.SQLException
        指定者:
        getProcedureColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getProcedureTerm

        public java.lang.String getProcedureTerm()
                                          throws java.sql.SQLException
        指定者:
        getProcedureTerm 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getProcedures

        public java.sql.ResultSet getProcedures​(java.lang.String arg0,
                                                java.lang.String arg1,
                                                java.lang.String arg2)
                                         throws java.sql.SQLException
        指定者:
        getProcedures 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getPseudoColumns

        public java.sql.ResultSet getPseudoColumns​(java.lang.String catalog,
                                                   java.lang.String schemaPattern,
                                                   java.lang.String tableNamePattern,
                                                   java.lang.String columnNamePattern)
                                            throws java.sql.SQLException
        指定者:
        getPseudoColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getResultSetHoldability

        public int getResultSetHoldability()
                                    throws java.sql.SQLException
        指定者:
        getResultSetHoldability 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getRowIdLifetime

        public java.sql.RowIdLifetime getRowIdLifetime()
                                                throws java.sql.SQLException
        指定者:
        getRowIdLifetime 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSQLKeywords

        public java.lang.String getSQLKeywords()
                                        throws java.sql.SQLException
        指定者:
        getSQLKeywords 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSQLStateType

        public int getSQLStateType()
                            throws java.sql.SQLException
        指定者:
        getSQLStateType 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSchemaTerm

        public java.lang.String getSchemaTerm()
                                       throws java.sql.SQLException
        指定者:
        getSchemaTerm 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSchemas

        public java.sql.ResultSet getSchemas()
                                      throws java.sql.SQLException
        指定者:
        getSchemas 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSchemas

        public java.sql.ResultSet getSchemas​(java.lang.String catalog,
                                             java.lang.String schemaPattern)
                                      throws java.sql.SQLException
        指定者:
        getSchemas 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSearchStringEscape

        public java.lang.String getSearchStringEscape()
                                               throws java.sql.SQLException
        指定者:
        getSearchStringEscape 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getStringFunctions

        public java.lang.String getStringFunctions()
                                            throws java.sql.SQLException
        指定者:
        getStringFunctions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSuperTables

        public java.sql.ResultSet getSuperTables​(java.lang.String catalog,
                                                 java.lang.String schemaPattern,
                                                 java.lang.String tableNamePattern)
                                          throws java.sql.SQLException
        指定者:
        getSuperTables 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSuperTypes

        public java.sql.ResultSet getSuperTypes​(java.lang.String catalog,
                                                java.lang.String schemaPattern,
                                                java.lang.String typeNamePattern)
                                         throws java.sql.SQLException
        指定者:
        getSuperTypes 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getSystemFunctions

        public java.lang.String getSystemFunctions()
                                            throws java.sql.SQLException
        指定者:
        getSystemFunctions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getTablePrivileges

        public java.sql.ResultSet getTablePrivileges​(java.lang.String catalog,
                                                     java.lang.String schemaPattern,
                                                     java.lang.String tableNamePattern)
                                              throws java.sql.SQLException
        指定者:
        getTablePrivileges 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getTableTypes

        public java.sql.ResultSet getTableTypes()
                                         throws java.sql.SQLException
        指定者:
        getTableTypes 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getTables

        public java.sql.ResultSet getTables​(java.lang.String catalog,
                                            java.lang.String schemaPattern,
                                            java.lang.String tableNamePattern,
                                            java.lang.String[] types)
                                     throws java.sql.SQLException
        指定者:
        getTables 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getTimeDateFunctions

        public java.lang.String getTimeDateFunctions()
                                              throws java.sql.SQLException
        指定者:
        getTimeDateFunctions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getTypeInfo

        public java.sql.ResultSet getTypeInfo()
                                       throws java.sql.SQLException
        指定者:
        getTypeInfo 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getUDTs

        public java.sql.ResultSet getUDTs​(java.lang.String catalog,
                                          java.lang.String schemaPattern,
                                          java.lang.String typeNamePattern,
                                          int[] types)
                                   throws java.sql.SQLException
        指定者:
        getUDTs 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getURL

        public java.lang.String getURL()
                                throws java.sql.SQLException
        指定者:
        getURL 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getUserName

        public java.lang.String getUserName()
                                     throws java.sql.SQLException
        指定者:
        getUserName 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • getVersionColumns

        public java.sql.ResultSet getVersionColumns​(java.lang.String catalog,
                                                    java.lang.String schema,
                                                    java.lang.String table)
                                             throws java.sql.SQLException
        指定者:
        getVersionColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • insertsAreDetected

        public boolean insertsAreDetected​(int type)
                                   throws java.sql.SQLException
        指定者:
        insertsAreDetected 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • isCatalogAtStart

        public boolean isCatalogAtStart()
                                 throws java.sql.SQLException
        指定者:
        isCatalogAtStart 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • isReadOnly

        public boolean isReadOnly()
                           throws java.sql.SQLException
        指定者:
        isReadOnly 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • locatorsUpdateCopy

        public boolean locatorsUpdateCopy()
                                   throws java.sql.SQLException
        指定者:
        locatorsUpdateCopy 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • nullPlusNonNullIsNull

        public boolean nullPlusNonNullIsNull()
                                      throws java.sql.SQLException
        指定者:
        nullPlusNonNullIsNull 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • nullsAreSortedAtEnd

        public boolean nullsAreSortedAtEnd()
                                    throws java.sql.SQLException
        指定者:
        nullsAreSortedAtEnd 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • nullsAreSortedAtStart

        public boolean nullsAreSortedAtStart()
                                      throws java.sql.SQLException
        指定者:
        nullsAreSortedAtStart 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • nullsAreSortedHigh

        public boolean nullsAreSortedHigh()
                                   throws java.sql.SQLException
        指定者:
        nullsAreSortedHigh 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • nullsAreSortedLow

        public boolean nullsAreSortedLow()
                                  throws java.sql.SQLException
        指定者:
        nullsAreSortedLow 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • othersDeletesAreVisible

        public boolean othersDeletesAreVisible​(int type)
                                        throws java.sql.SQLException
        指定者:
        othersDeletesAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • othersInsertsAreVisible

        public boolean othersInsertsAreVisible​(int type)
                                        throws java.sql.SQLException
        指定者:
        othersInsertsAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • othersUpdatesAreVisible

        public boolean othersUpdatesAreVisible​(int type)
                                        throws java.sql.SQLException
        指定者:
        othersUpdatesAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • ownDeletesAreVisible

        public boolean ownDeletesAreVisible​(int type)
                                     throws java.sql.SQLException
        指定者:
        ownDeletesAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • ownInsertsAreVisible

        public boolean ownInsertsAreVisible​(int type)
                                     throws java.sql.SQLException
        指定者:
        ownInsertsAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • ownUpdatesAreVisible

        public boolean ownUpdatesAreVisible​(int type)
                                     throws java.sql.SQLException
        指定者:
        ownUpdatesAreVisible 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesLowerCaseIdentifiers

        public boolean storesLowerCaseIdentifiers()
                                           throws java.sql.SQLException
        指定者:
        storesLowerCaseIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesLowerCaseQuotedIdentifiers

        public boolean storesLowerCaseQuotedIdentifiers()
                                                 throws java.sql.SQLException
        指定者:
        storesLowerCaseQuotedIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesMixedCaseIdentifiers

        public boolean storesMixedCaseIdentifiers()
                                           throws java.sql.SQLException
        指定者:
        storesMixedCaseIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesMixedCaseQuotedIdentifiers

        public boolean storesMixedCaseQuotedIdentifiers()
                                                 throws java.sql.SQLException
        指定者:
        storesMixedCaseQuotedIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesUpperCaseIdentifiers

        public boolean storesUpperCaseIdentifiers()
                                           throws java.sql.SQLException
        指定者:
        storesUpperCaseIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • storesUpperCaseQuotedIdentifiers

        public boolean storesUpperCaseQuotedIdentifiers()
                                                 throws java.sql.SQLException
        指定者:
        storesUpperCaseQuotedIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsANSI92EntryLevelSQL

        public boolean supportsANSI92EntryLevelSQL()
                                            throws java.sql.SQLException
        指定者:
        supportsANSI92EntryLevelSQL 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsANSI92FullSQL

        public boolean supportsANSI92FullSQL()
                                      throws java.sql.SQLException
        指定者:
        supportsANSI92FullSQL 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsANSI92IntermediateSQL

        public boolean supportsANSI92IntermediateSQL()
                                              throws java.sql.SQLException
        指定者:
        supportsANSI92IntermediateSQL 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsAlterTableWithAddColumn

        public boolean supportsAlterTableWithAddColumn()
                                                throws java.sql.SQLException
        指定者:
        supportsAlterTableWithAddColumn 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsAlterTableWithDropColumn

        public boolean supportsAlterTableWithDropColumn()
                                                 throws java.sql.SQLException
        指定者:
        supportsAlterTableWithDropColumn 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsBatchUpdates

        public boolean supportsBatchUpdates()
                                     throws java.sql.SQLException
        指定者:
        supportsBatchUpdates 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCatalogsInDataManipulation

        public boolean supportsCatalogsInDataManipulation()
                                                   throws java.sql.SQLException
        指定者:
        supportsCatalogsInDataManipulation 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCatalogsInIndexDefinitions

        public boolean supportsCatalogsInIndexDefinitions()
                                                   throws java.sql.SQLException
        指定者:
        supportsCatalogsInIndexDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCatalogsInPrivilegeDefinitions

        public boolean supportsCatalogsInPrivilegeDefinitions()
                                                       throws java.sql.SQLException
        指定者:
        supportsCatalogsInPrivilegeDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCatalogsInProcedureCalls

        public boolean supportsCatalogsInProcedureCalls()
                                                 throws java.sql.SQLException
        指定者:
        supportsCatalogsInProcedureCalls 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCatalogsInTableDefinitions

        public boolean supportsCatalogsInTableDefinitions()
                                                   throws java.sql.SQLException
        指定者:
        supportsCatalogsInTableDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsColumnAliasing

        public boolean supportsColumnAliasing()
                                       throws java.sql.SQLException
        指定者:
        supportsColumnAliasing 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsConvert

        public boolean supportsConvert()
                                throws java.sql.SQLException
        指定者:
        supportsConvert 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsConvert

        public boolean supportsConvert​(int fromType,
                                       int toType)
                                throws java.sql.SQLException
        指定者:
        supportsConvert 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCoreSQLGrammar

        public boolean supportsCoreSQLGrammar()
                                       throws java.sql.SQLException
        指定者:
        supportsCoreSQLGrammar 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsCorrelatedSubqueries

        public boolean supportsCorrelatedSubqueries()
                                             throws java.sql.SQLException
        指定者:
        supportsCorrelatedSubqueries 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsDataDefinitionAndDataManipulationTransactions

        public boolean supportsDataDefinitionAndDataManipulationTransactions()
                                                                      throws java.sql.SQLException
        指定者:
        supportsDataDefinitionAndDataManipulationTransactions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsDataManipulationTransactionsOnly

        public boolean supportsDataManipulationTransactionsOnly()
                                                         throws java.sql.SQLException
        指定者:
        supportsDataManipulationTransactionsOnly 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsDifferentTableCorrelationNames

        public boolean supportsDifferentTableCorrelationNames()
                                                       throws java.sql.SQLException
        指定者:
        supportsDifferentTableCorrelationNames 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsExpressionsInOrderBy

        public boolean supportsExpressionsInOrderBy()
                                             throws java.sql.SQLException
        指定者:
        supportsExpressionsInOrderBy 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsExtendedSQLGrammar

        public boolean supportsExtendedSQLGrammar()
                                           throws java.sql.SQLException
        指定者:
        supportsExtendedSQLGrammar 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsFullOuterJoins

        public boolean supportsFullOuterJoins()
                                       throws java.sql.SQLException
        指定者:
        supportsFullOuterJoins 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsGetGeneratedKeys

        public boolean supportsGetGeneratedKeys()
                                         throws java.sql.SQLException
        指定者:
        supportsGetGeneratedKeys 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsGroupBy

        public boolean supportsGroupBy()
                                throws java.sql.SQLException
        指定者:
        supportsGroupBy 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsGroupByBeyondSelect

        public boolean supportsGroupByBeyondSelect()
                                            throws java.sql.SQLException
        指定者:
        supportsGroupByBeyondSelect 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsGroupByUnrelated

        public boolean supportsGroupByUnrelated()
                                         throws java.sql.SQLException
        指定者:
        supportsGroupByUnrelated 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsIntegrityEnhancementFacility

        public boolean supportsIntegrityEnhancementFacility()
                                                     throws java.sql.SQLException
        指定者:
        supportsIntegrityEnhancementFacility 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsLikeEscapeClause

        public boolean supportsLikeEscapeClause()
                                         throws java.sql.SQLException
        指定者:
        supportsLikeEscapeClause 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsLimitedOuterJoins

        public boolean supportsLimitedOuterJoins()
                                          throws java.sql.SQLException
        指定者:
        supportsLimitedOuterJoins 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMinimumSQLGrammar

        public boolean supportsMinimumSQLGrammar()
                                          throws java.sql.SQLException
        指定者:
        supportsMinimumSQLGrammar 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMixedCaseIdentifiers

        public boolean supportsMixedCaseIdentifiers()
                                             throws java.sql.SQLException
        指定者:
        supportsMixedCaseIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMixedCaseQuotedIdentifiers

        public boolean supportsMixedCaseQuotedIdentifiers()
                                                   throws java.sql.SQLException
        指定者:
        supportsMixedCaseQuotedIdentifiers 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMultipleOpenResults

        public boolean supportsMultipleOpenResults()
                                            throws java.sql.SQLException
        指定者:
        supportsMultipleOpenResults 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMultipleResultSets

        public boolean supportsMultipleResultSets()
                                           throws java.sql.SQLException
        指定者:
        supportsMultipleResultSets 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsMultipleTransactions

        public boolean supportsMultipleTransactions()
                                             throws java.sql.SQLException
        指定者:
        supportsMultipleTransactions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsNamedParameters

        public boolean supportsNamedParameters()
                                        throws java.sql.SQLException
        指定者:
        supportsNamedParameters 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsNonNullableColumns

        public boolean supportsNonNullableColumns()
                                           throws java.sql.SQLException
        指定者:
        supportsNonNullableColumns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOpenCursorsAcrossCommit

        public boolean supportsOpenCursorsAcrossCommit()
                                                throws java.sql.SQLException
        指定者:
        supportsOpenCursorsAcrossCommit 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOpenCursorsAcrossRollback

        public boolean supportsOpenCursorsAcrossRollback()
                                                  throws java.sql.SQLException
        指定者:
        supportsOpenCursorsAcrossRollback 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOpenStatementsAcrossCommit

        public boolean supportsOpenStatementsAcrossCommit()
                                                   throws java.sql.SQLException
        指定者:
        supportsOpenStatementsAcrossCommit 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOpenStatementsAcrossRollback

        public boolean supportsOpenStatementsAcrossRollback()
                                                     throws java.sql.SQLException
        指定者:
        supportsOpenStatementsAcrossRollback 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOrderByUnrelated

        public boolean supportsOrderByUnrelated()
                                         throws java.sql.SQLException
        指定者:
        supportsOrderByUnrelated 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsOuterJoins

        public boolean supportsOuterJoins()
                                   throws java.sql.SQLException
        指定者:
        supportsOuterJoins 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsPositionedDelete

        public boolean supportsPositionedDelete()
                                         throws java.sql.SQLException
        指定者:
        supportsPositionedDelete 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsPositionedUpdate

        public boolean supportsPositionedUpdate()
                                         throws java.sql.SQLException
        指定者:
        supportsPositionedUpdate 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsResultSetConcurrency

        public boolean supportsResultSetConcurrency​(int type,
                                                    int concurrency)
                                             throws java.sql.SQLException
        指定者:
        supportsResultSetConcurrency 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsResultSetHoldability

        public boolean supportsResultSetHoldability​(int holdability)
                                             throws java.sql.SQLException
        指定者:
        supportsResultSetHoldability 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsResultSetType

        public boolean supportsResultSetType​(int type)
                                      throws java.sql.SQLException
        指定者:
        supportsResultSetType 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSavepoints

        public boolean supportsSavepoints()
                                   throws java.sql.SQLException
        指定者:
        supportsSavepoints 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSchemasInDataManipulation

        public boolean supportsSchemasInDataManipulation()
                                                  throws java.sql.SQLException
        指定者:
        supportsSchemasInDataManipulation 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSchemasInIndexDefinitions

        public boolean supportsSchemasInIndexDefinitions()
                                                  throws java.sql.SQLException
        指定者:
        supportsSchemasInIndexDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSchemasInPrivilegeDefinitions

        public boolean supportsSchemasInPrivilegeDefinitions()
                                                      throws java.sql.SQLException
        指定者:
        supportsSchemasInPrivilegeDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSchemasInProcedureCalls

        public boolean supportsSchemasInProcedureCalls()
                                                throws java.sql.SQLException
        指定者:
        supportsSchemasInProcedureCalls 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSchemasInTableDefinitions

        public boolean supportsSchemasInTableDefinitions()
                                                  throws java.sql.SQLException
        指定者:
        supportsSchemasInTableDefinitions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSelectForUpdate

        public boolean supportsSelectForUpdate()
                                        throws java.sql.SQLException
        指定者:
        supportsSelectForUpdate 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsStatementPooling

        public boolean supportsStatementPooling()
                                         throws java.sql.SQLException
        指定者:
        supportsStatementPooling 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsStoredFunctionsUsingCallSyntax

        public boolean supportsStoredFunctionsUsingCallSyntax()
                                                       throws java.sql.SQLException
        指定者:
        supportsStoredFunctionsUsingCallSyntax 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsStoredProcedures

        public boolean supportsStoredProcedures()
                                         throws java.sql.SQLException
        指定者:
        supportsStoredProcedures 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSubqueriesInComparisons

        public boolean supportsSubqueriesInComparisons()
                                                throws java.sql.SQLException
        指定者:
        supportsSubqueriesInComparisons 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSubqueriesInExists

        public boolean supportsSubqueriesInExists()
                                           throws java.sql.SQLException
        指定者:
        supportsSubqueriesInExists 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSubqueriesInIns

        public boolean supportsSubqueriesInIns()
                                        throws java.sql.SQLException
        指定者:
        supportsSubqueriesInIns 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsSubqueriesInQuantifieds

        public boolean supportsSubqueriesInQuantifieds()
                                                throws java.sql.SQLException
        指定者:
        supportsSubqueriesInQuantifieds 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsTableCorrelationNames

        public boolean supportsTableCorrelationNames()
                                              throws java.sql.SQLException
        指定者:
        supportsTableCorrelationNames 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsTransactionIsolationLevel

        public boolean supportsTransactionIsolationLevel​(int level)
                                                  throws java.sql.SQLException
        指定者:
        supportsTransactionIsolationLevel 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsTransactions

        public boolean supportsTransactions()
                                     throws java.sql.SQLException
        指定者:
        supportsTransactions 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsUnion

        public boolean supportsUnion()
                              throws java.sql.SQLException
        指定者:
        supportsUnion 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • supportsUnionAll

        public boolean supportsUnionAll()
                                 throws java.sql.SQLException
        指定者:
        supportsUnionAll 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • updatesAreDetected

        public boolean updatesAreDetected​(int type)
                                   throws java.sql.SQLException
        指定者:
        updatesAreDetected 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • usesLocalFilePerTable

        public boolean usesLocalFilePerTable()
                                      throws java.sql.SQLException
        指定者:
        usesLocalFilePerTable 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • usesLocalFiles

        public boolean usesLocalFiles()
                               throws java.sql.SQLException
        指定者:
        usesLocalFiles 在接口中 java.sql.DatabaseMetaData
        抛出:
        java.sql.SQLException
      • toString

        @Deprecated
        public java.lang.String toString()
        已过时。
        recommend using getMetadataInJson() instead of toString()
        覆盖:
        toString 在类中 java.lang.Object
      • getMetadataInJson

        public java.lang.String getMetadataInJson()
                                           throws java.sql.SQLException
        抛出:
        java.sql.SQLException