com.nhncorp.neptune.client.shell.insert
Class InsertQuery
java.lang.Object
com.nhncorp.neptune.client.shell.insert.InsertQuery
public class InsertQuery
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertQuery
public InsertQuery()
getRowKey
public Row.Key getRowKey()
- Returns:
- the rowKey
setRowKey
public void setRowKey(java.lang.String rowKey)
- Parameters:
rowKey - the rowKey to set
addColumn
public void addColumn(java.lang.String columnName)
addValue
public void addValue(java.lang.String key,
java.lang.String value)
getColumnNames
public java.util.List<java.lang.String> getColumnNames()
- Returns:
- the columnNames
setColumnNames
public void setColumnNames(java.util.List<java.lang.String> columnNames)
- Parameters:
columnNames - the columnNames to set
getTableName
public java.lang.String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(java.lang.String tableName)
- Parameters:
tableName - the tableName to set
getValues
public java.util.List<java.lang.String[]> getValues()
- Returns:
- the values