Class TableId


  • public final class TableId
    extends Object
    Unique id of a Cloud Spanner table.
    • Method Detail

      • of

        public static TableId of​(com.google.cloud.spanner.DatabaseId databaseId,
                                 String table)
        Creates a TableId for the given table in the given database.
      • getDatabaseId

        public com.google.cloud.spanner.DatabaseId getDatabaseId()
      • getCatalog

        public String getCatalog()
      • getSchema

        public String getSchema()
      • getTable

        public String getTable()
      • getSqlIdentifier

        public String getSqlIdentifier()
      • getFullName

        public String getFullName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object