public class USqlTablePartition extends CatalogItem
Constructor and Description |
---|
USqlTablePartition() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
createDate()
Get the creation time of the partition.
|
String |
databaseName()
Get the name of the database.
|
Integer |
indexId()
Get the index ID for this partition.
|
List<String> |
label()
Get the list of labels associated with this partition.
|
String |
name()
Get the name of the table partition.
|
DdlName |
parentName()
Get the Ddl object of the partition's parent.
|
String |
schemaName()
Get the name of the schema associated with this table partition and database.
|
USqlTablePartition |
withCreateDate(org.joda.time.DateTime createDate)
Set the creation time of the partition.
|
USqlTablePartition |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTablePartition |
withIndexId(Integer indexId)
Set the index ID for this partition.
|
USqlTablePartition |
withLabel(List<String> label)
Set the list of labels associated with this partition.
|
USqlTablePartition |
withName(String name)
Set the name of the table partition.
|
USqlTablePartition |
withParentName(DdlName parentName)
Set the Ddl object of the partition's parent.
|
USqlTablePartition |
withSchemaName(String schemaName)
Set the name of the schema associated with this table partition and database.
|
computeAccountName, version, withComputeAccountName, withVersion
public String databaseName()
public USqlTablePartition withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String schemaName()
public USqlTablePartition withSchemaName(String schemaName)
schemaName
- the schemaName value to setpublic String name()
public USqlTablePartition withName(String name)
name
- the name value to setpublic DdlName parentName()
public USqlTablePartition withParentName(DdlName parentName)
parentName
- the parentName value to setpublic Integer indexId()
public USqlTablePartition withIndexId(Integer indexId)
indexId
- the indexId value to setpublic List<String> label()
public USqlTablePartition withLabel(List<String> label)
label
- the label value to setpublic org.joda.time.DateTime createDate()
public USqlTablePartition withCreateDate(org.joda.time.DateTime createDate)
createDate
- the createDate value to setCopyright © 2019. All rights reserved.