|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.db.sql.SQLTable
Class to define the properties for the table to create in the database
| Field Summary | |
protected java.lang.String |
tableName
The name of the table. |
| Constructor Summary | |
SQLTable(java.lang.String tableName)
Creates a new SQLTable indicating the name of the table |
|
| Method Summary | |
java.lang.String |
getTableName()
Returns the name of the table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String tableName
| Constructor Detail |
public SQLTable(java.lang.String tableName)
SQLTable indicating the name of the table
tableName - The name of the table.| Method Detail |
public java.lang.String getTableName()
String with the name of the table
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||