|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.data.DataPack
public class DataPack
DataPack contains the properties needed to create an sql prepared statement
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
DataPack(int i)
Public Constructor |
|
| Method Summary | |
|---|---|
Object[] |
getColumnData()
Gets the data for the column in a DataBase |
String[] |
getColumnNames()
Gets the names of the columns in the database |
int |
getDataCount()
Gets the DataCount |
String |
getSetClause()
Gets the Set clause of the prepared statement |
int |
getSqlType()
Gets the sql type |
String |
getTableName()
Gets the table name |
String |
getWhereClause()
Gets the where clause |
void |
setColumnData(Object[] columnData)
Sets the data for the column in a DataBase |
void |
setColumnNames(String[] columnNames)
Sets the names of the columns in the database |
void |
setDataCount(int dataCount)
Sets the DataCount |
void |
setSetClause(String setClause)
Sets the Set clause of the prepared statement |
void |
setTableName(String tableName)
Sets the table name |
void |
setWhereClause(String whereClause)
Sets the where clause |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataPack(int i)
| Method Detail |
|---|
public Object[] getColumnData()
public void setColumnData(Object[] columnData)
columnData - The columnData to set.public String[] getColumnNames()
public void setColumnNames(String[] columnNames)
columnNames - The columnNames to set.public int getDataCount()
public void setDataCount(int dataCount)
dataCount - The dataCount to set.public String getTableName()
public void setTableName(String tableName)
tableName - The tableName to set.public String getWhereClause()
public void setWhereClause(String whereClause)
whereClause - The whereClause to set.public int getSqlType()
public String getSetClause()
public void setSetClause(String setClause)
setClause - The setClause to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||