public class Table extends Object
| Constructor and Description |
|---|
Table() |
Table(long rowCount,
String tableName,
Map<String,SQLType> fields,
ArrayList<String> insertQueryFields) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(String name,
SQLType type,
boolean inQuery) |
Map<String,SQLType> |
getFields() |
ArrayList<String> |
getInsertQueryFields() |
long |
getRowCount() |
String |
getTableName() |
void |
setField(String name,
SQLType type,
boolean inQuery,
int index) |
void |
setFields(Map<String,SQLType> fields) |
void |
setInsertQueryFields(ArrayList<String> insertQueryFields) |
void |
setRowCount(long rowCount) |
void |
setTableName(String tableName) |
String |
toString() |
public long getRowCount()
public void setRowCount(long rowCount)
rowCount - the rowCount to setpublic String getTableName()
public void setTableName(String tableName)
tableName - the tableName to setpublic void setInsertQueryFields(ArrayList<String> insertQueryFields)
insertQueryFields - the insertQueryFields to setCopyright © 2015. All Rights Reserved.