|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.zentense.step2.model.DBTableData.Table
public static class DBTableData.Table
Holds information of a table
| Field Summary | |
|---|---|
java.lang.String[] |
columns
Column names |
java.lang.String |
name
Name of the table |
int[] |
types
Column types |
| Constructor Summary | |
|---|---|
DBTableData.Table(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
getMetaData(java.sql.Connection db)
Gets table meta data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public int[] types
public java.lang.String[] columns
| Constructor Detail |
|---|
public DBTableData.Table(java.lang.String name)
| Method Detail |
|---|
public void getMetaData(java.sql.Connection db)
db - JDBC Connection for accessing database
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||