public class Table extends Object
| Constructor and Description |
|---|
Table() |
Table(long rowCount,
HashMap<String,SQLType> fields,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,SQLType> |
getFields() |
long |
getRowCount() |
String |
getTableName() |
void |
setFields(HashMap<String,SQLType> fields) |
void |
setRowCount(long rowCount) |
void |
setTableName(String tableName) |
String |
toString() |
public long getRowCount()
public void setRowCount(long rowCount)
rowCount - the rowCount to setpublic void setFields(HashMap<String,SQLType> fields)
fields - the fields to setpublic String getTableName()
public void setTableName(String tableName)
tableName - the tableName to setCopyright © 2015. All Rights Reserved.