Class DatabaseMetaLocalBase

    • Constructor Detail

      • DatabaseMetaLocalBase

        DatabaseMetaLocalBase()
    • Method Detail

      • getDatabaseProductVersion

        public final java.lang.String getDatabaseProductVersion()
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getDatabaseProductVersion in class DatabaseMeta
        Returns:
        product version as String
        See Also:
        DatabaseMetaData.getDatabaseProductVersion()
      • getVersionColumns

        public final ResultInterface getVersionColumns​(java.lang.String catalog,
                                                       java.lang.String schema,
                                                       java.lang.String table)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getVersionColumns in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schema - to inspect
        table - to inspect
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getVersionColumns(String, String, String)
      • getUDTs

        public final ResultInterface getUDTs​(java.lang.String catalog,
                                             java.lang.String schemaPattern,
                                             java.lang.String typeNamePattern,
                                             int[] types)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getUDTs in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        typeNamePattern - "LIKE" style pattern to filter result
        types - int[]
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getUDTs(String, String, String, int[])
      • getSuperTypes

        public final ResultInterface getSuperTypes​(java.lang.String catalog,
                                                   java.lang.String schemaPattern,
                                                   java.lang.String typeNamePattern)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getSuperTypes in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        typeNamePattern - "LIKE" style pattern to filter result
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getSuperTypes(String, String, String)
      • getSuperTables

        public final ResultInterface getSuperTables​(java.lang.String catalog,
                                                    java.lang.String schemaPattern,
                                                    java.lang.String tableNamePattern)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getSuperTables in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        tableNamePattern - "LIKE" style pattern to filter result
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getSuperTables(String, String, String)
      • getAttributes

        public final ResultInterface getAttributes​(java.lang.String catalog,
                                                   java.lang.String schemaPattern,
                                                   java.lang.String typeNamePattern,
                                                   java.lang.String attributeNamePattern)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getAttributes in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        typeNamePattern - "LIKE" style pattern to filter result
        attributeNamePattern - "LIKE" style pattern to filter result
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getAttributes(String, String, String, String)
      • getDatabaseMajorVersion

        public final int getDatabaseMajorVersion()
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getDatabaseMajorVersion in class DatabaseMeta
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getDatabaseMajorVersion()
      • getDatabaseMinorVersion

        public final int getDatabaseMinorVersion()
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getDatabaseMinorVersion in class DatabaseMeta
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getDatabaseMinorVersion()
      • getFunctions

        public final ResultInterface getFunctions​(java.lang.String catalog,
                                                  java.lang.String schemaPattern,
                                                  java.lang.String functionNamePattern)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getFunctions in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        functionNamePattern - "LIKE" style pattern to filter result
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getFunctions(String, String, String)
      • getFunctionColumns

        public final ResultInterface getFunctionColumns​(java.lang.String catalog,
                                                        java.lang.String schemaPattern,
                                                        java.lang.String functionNamePattern,
                                                        java.lang.String columnNamePattern)
        Description copied from class: DatabaseMeta
        INTERNAL
        Specified by:
        getFunctionColumns in class DatabaseMeta
        Parameters:
        catalog - to inspect
        schemaPattern - "LIKE" style pattern to filter result
        functionNamePattern - "LIKE" style pattern to filter result
        columnNamePattern - "LIKE" style pattern to filter result
        Returns:
        ResultInterface
        See Also:
        DatabaseMetaData.getFunctionColumns(String, String, String, String)
      • getPseudoColumnsResult

        final SimpleResult getPseudoColumnsResult()
      • checkClosed

        abstract void checkClosed()