|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
org.exolab.jms.tools.db |
Uses of Column in org.exolab.jms.tools.db |
Methods in org.exolab.jms.tools.db that return Column | |
Column |
Index.getColumn(int)
|
Column[] |
Index.getColumn()
|
Column |
PrimaryKey.getColumn(int)
|
Column[] |
PrimaryKey.getColumn()
|
static Column |
Column.unmarshal(java.io.Reader)
|
Methods in org.exolab.jms.tools.db with parameters of type Column | |
void |
Index.addColumn(Column)
|
void |
Index.addColumn(int,
Column)
|
boolean |
Index.removeColumn(Column)
|
void |
Index.setColumn(int,
Column)
|
void |
Index.setColumn(Column[])
|
void |
PrimaryKey.addColumn(Column)
|
void |
PrimaryKey.addColumn(int,
Column)
|
boolean |
PrimaryKey.removeColumn(Column)
|
void |
PrimaryKey.setColumn(int,
Column)
|
void |
PrimaryKey.setColumn(Column[])
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |