public class TableContext extends Object
| Constructor and Description |
|---|
TableContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName()
Return the name of the database
|
String |
getDatabaseQualifiedName()
Return the qualified name of the database
|
String |
getSchemaName()
Return the name of the schema
|
String |
getSchemaQualifiedName()
Return the qualified name of the schema
|
String |
getSchemaTypeQualifiedName()
Return the qualified name of the schema type
|
String |
getTableName()
Return the name of the table
|
String |
getTableQualifiedName()
Return the qualified name of the table
|
String |
getTableTypeQualifiedName()
Return the qualified name of the table type
|
void |
setDatabaseName(String databaseName)
set up the name of the database
|
void |
setDatabaseQualifiedName(String databaseQualifiedName)
set up the qualified name of the database
|
void |
setSchemaName(String schemaName)
set up the name of the schema
|
void |
setSchemaQualifiedName(String schemaQualifiedName)
set up the qualified name of the table
|
void |
setSchemaTypeQualifiedName(String schemaTypeQualifiedName)
set up the qualified name of the schema type
|
void |
setTableName(String tableName)
set up the name of the table
|
void |
setTableQualifiedName(String tableQualifiedName)
set up the qualified name of the table
|
void |
setTableTypeQualifiedName(String tableTypeQualifiedName)
set up the qualified name of the table type
|
String |
toString() |
public String getTableName()
public void setTableName(String tableName)
tableName - - name of the tablepublic String getSchemaName()
public void setSchemaName(String schemaName)
schemaName - - name of the schemapublic String getDatabaseName()
public void setDatabaseName(String databaseName)
databaseName - - name of the databasepublic String getTableQualifiedName()
public void setTableQualifiedName(String tableQualifiedName)
tableQualifiedName - - qualified name of the tablepublic String getTableTypeQualifiedName()
public void setTableTypeQualifiedName(String tableTypeQualifiedName)
tableTypeQualifiedName - - qualified name of the table typepublic String getSchemaQualifiedName()
public void setSchemaQualifiedName(String schemaQualifiedName)
schemaQualifiedName - - qualified name of the schemapublic String getDatabaseQualifiedName()
public void setDatabaseQualifiedName(String databaseQualifiedName)
databaseQualifiedName - - qualified name of the databasepublic String getSchemaTypeQualifiedName()
public void setSchemaTypeQualifiedName(String schemaTypeQualifiedName)
schemaTypeQualifiedName - - qualified name of the schema typeCopyright © 2017–2018 ODPi. All rights reserved.