com.nhncorp.neptune.client.shell.insert
Class InsertQuery

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.insert.InsertQuery

public class InsertQuery
extends java.lang.Object


Constructor Summary
InsertQuery()
           
 
Method Summary
 void addColumn(java.lang.String columnName)
           
 void addValue(java.lang.String key, java.lang.String value)
           
 java.util.List<java.lang.String> getColumnNames()
           
 Row.Key getRowKey()
           
 java.lang.String getTableName()
           
 java.util.List<java.lang.String[]> getValues()
           
 void setColumnNames(java.util.List<java.lang.String> columnNames)
           
 void setRowKey(java.lang.String rowKey)
           
 void setTableName(java.lang.String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertQuery

public InsertQuery()
Method Detail

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