Class TgTableMetadata


  • public class TgTableMetadata
    extends java.lang.Object
    Tsurugi table metadata.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.tsurugidb.tsubakuro.sql.TableMetadata lowTableMetadata
      low table metadata
    • Constructor Summary

      Constructors 
      Constructor Description
      TgTableMetadata​(com.tsurugidb.tsubakuro.sql.TableMetadata lowTableMetadata)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDatabaseName()
      This method is not yet implemented: get database name.
      java.util.List<? extends com.tsurugidb.sql.proto.SqlCommon.Column> getLowColumnList()
      get column list.
      java.lang.String getSchemaName()
      This method is not yet implemented: get schema name.
      java.lang.String getTableName()
      get table name.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • lowTableMetadata

        protected final com.tsurugidb.tsubakuro.sql.TableMetadata lowTableMetadata
        low table metadata
    • Constructor Detail

      • TgTableMetadata

        public TgTableMetadata​(com.tsurugidb.tsubakuro.sql.TableMetadata lowTableMetadata)
        Creates a new instance.
        Parameters:
        lowTableMetadata - low TableMetadata
    • Method Detail

      • getDatabaseName

        @Nullable
        public java.lang.String getDatabaseName()
        This method is not yet implemented: get database name.
        Returns:
        database name
      • getSchemaName

        @Nullable
        public java.lang.String getSchemaName()
        This method is not yet implemented: get schema name.
        Returns:
        schema name
      • getTableName

        @Nonnull
        public java.lang.String getTableName()
        get table name.
        Returns:
        table name
      • getLowColumnList

        public java.util.List<? extends com.tsurugidb.sql.proto.SqlCommon.Column> getLowColumnList()
        get column list.
        Returns:
        column list
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object