Class JdbcTableHandle

    • Method Detail

      • getSchemaTableName

        @Deprecated
        public SchemaTableName getSchemaTableName()
        Deprecated.
        Use asPlainTable().getSchemaTableName() instead, but see those methods for more information, as this is not a drop-in replacement.
      • getRemoteTableName

        @Deprecated
        public RemoteTableName getRemoteTableName()
        Deprecated.
        Use asPlainTable().getRemoteTableName() instead, but see those methods for more information, as this is not a drop-in replacement.
      • getCatalogName

        @Deprecated
        @Nullable
        public String getCatalogName()
        Deprecated.
        Use asPlainTable().getRemoteTableName().getCatalogName() instead, but see those methods for more information, as this is not a drop-in replacement.
      • getSchemaName

        @Deprecated
        @Nullable
        public String getSchemaName()
        Deprecated.
        Use asPlainTable().getRemoteTableName().getSchemaName() instead, but see those methods for more information, as this is not a drop-in replacement.
      • getTableName

        @Deprecated
        public String getTableName()
        Deprecated.
        Use asPlainTable().getRemoteTableName().getTableName() instead, but see those methods for more information, as this is not a drop-in replacement.
      • getNextSyntheticColumnId

        public int getNextSyntheticColumnId()
      • isSynthetic

        public boolean isSynthetic()
      • isNamedRelation

        public boolean isNamedRelation()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object