| Package | Description |
|---|---|
| org.brains2b.sql.meta |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLMetaData.setColumns(TableModel table)
set the columns for this table
|
void |
SQLMetaData.setIndices(TableModel table,
boolean onlyUnique)
set the Indexes for this table
|
void |
SQLMetaData.setPrimaryKey(TableModel tm)
set the primary key belonging to a table
|
void |
SQLMetaData.setPrimaryKey(TableModel tm,
boolean forceRowid)
set the primary key belonging to a table
|
void |
SQLMetaData.setPrimaryKey(TableModel tm,
boolean forceRowid,
boolean addColumn)
set the primary key belonging to a table
|