TableInfo Class
- java.
lang. Object - com.
microsoft. azure. elasticdb. shard. schema. TableInfo
- com.
public class TableInfo
Repesents a table in a database.
Method Summary
Modifier and Type | Method and Description |
---|---|
final String | getSchemaName() |
final String | getTableName() |
final void | setSchemaName(String value) |
final void | setTableName(String value) |
Method Details
getSchemaName
public final String getSchemaName()
getTableName
public final String getTableName()
setSchemaName
protected final void setSchemaName(String value)
Parameters:
value
setTableName
protected final void setTableName(String value)
Parameters:
value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java