public class TableStruct extends Object
Constructor and Description |
---|
TableStruct() |
Modifier and Type | Method and Description |
---|---|
long |
getCreateTime() |
String |
getDataLocation() |
long |
getLastAccessTime() |
String |
getLocation() |
String |
getOwner() |
String |
getTableName() |
long |
getTableSize() |
String |
getTableType() |
void |
setCreateTime(long createTime) |
void |
setDataLocation(String dataLocation) |
void |
setLastAccessTime(long lastAccessTime) |
void |
setLocation(String location) |
void |
setOwner(String owner) |
void |
setTableName(String tableName) |
void |
setTableSize(long tableSize) |
void |
setTableType(String tableType) |
public long getCreateTime()
public void setCreateTime(long createTime)
public String getDataLocation()
public void setDataLocation(String dataLocation)
public long getLastAccessTime()
public void setLastAccessTime(long lastAccessTime)
public String getLocation()
public void setLocation(String location)
public String getOwner()
public void setOwner(String owner)
public String getTableName()
public void setTableName(String tableName)
public long getTableSize()
public void setTableSize(long tableSize)
public String getTableType()
public void setTableType(String tableType)
Copyright © 2023. All rights reserved.