|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.rdb.tbl.IdGenerator
IdGenerator generates a unique identifier number for the specified
database table row identifier column. This class has not been fully
implemented.
| Constructor Summary | |
IdGenerator(String schemaName,
String tableName,
String columnName)
Constructs a new IdGenerator object for the specified schema,
table, and identity column with a starting value and increment. |
|
IdGenerator(String schemaName,
String tableName,
String columnName,
int startId,
int increment)
Constructs a new IdGenerator object for the specified schema,
table, and identity column with a starting value and increment. |
|
| Method Summary | |
String |
getColumnName()
Returns the database table identity column name. |
int |
getIncrement()
Returns the database table identity column increment. |
String |
getSchemaName()
Returns the database schema name. |
int |
getStartId()
Returns the database table identity column starting value. |
String |
getTableName()
Returns the database table name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdGenerator(String schemaName,
String tableName,
String columnName)
IdGenerator object for the specified schema,
table, and identity column with a starting value and increment.
public IdGenerator(String schemaName,
String tableName,
String columnName,
int startId,
int increment)
IdGenerator object for the specified schema,
table, and identity column with a starting value and increment.
| Method Detail |
public String getColumnName()
public int getIncrement()
public String getSchemaName()
public int getStartId()
public String getTableName()
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||