public final class TableId extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalog() |
com.google.cloud.spanner.DatabaseId |
getDatabaseId() |
String |
getFullName() |
String |
getSchema() |
String |
getSqlIdentifier() |
String |
getTable() |
int |
hashCode() |
static TableId |
of(com.google.cloud.spanner.DatabaseId databaseId,
String table)
Creates a
TableId for the given table in the given database. |
String |
toString() |
public static TableId of(com.google.cloud.spanner.DatabaseId databaseId, String table)
TableId for the given table in the given database.public com.google.cloud.spanner.DatabaseId getDatabaseId()
public String getCatalog()
public String getSchema()
public String getTable()
public String getSqlIdentifier()
public String getFullName()
Copyright © 2022 Google LLC. All rights reserved.