com.nhncorp.neptune.client.shell.create
Class CreateQuery
java.lang.Object
com.nhncorp.neptune.client.shell.create.CreateQuery
public class CreateQuery
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateQuery
public CreateQuery()
getColumns
public java.util.List<java.lang.String> getColumns()
- Returns:
- the columns
addVersionLimit
public void addVersionLimit(int versionLimit)
getVersionLimits
public java.util.List<java.lang.Integer> getVersionLimits()
- Returns:
- the versionLimits
addColumn
public void addColumn(java.lang.String columnName)
getTableName
public java.lang.String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(java.lang.String tableName)
- Parameters:
tableName - the tableName to set