|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
net.sourceforge.sql2java |
Uses of Column in net.sourceforge.sql2java |
---|
Subclasses of Column in net.sourceforge.sql2java | |
---|---|
class |
IndexColumn
|
Methods in net.sourceforge.sql2java that return Column | |
---|---|
Column |
Table.getColumn(java.lang.String columnName)
|
Column[] |
Table.getColumns()
|
Column[] |
Procedure.getColumns()
|
Column[] |
Table.getColumnsFor(java.lang.String webElement)
|
Column |
Table.getFirstColumn()
|
Column |
Column.getForeignColumn()
|
Column |
Table.getForeignKeyFor(Table pTable)
Return the imported key pointing to the passed table. |
Column[] |
Table.getForeignKeys()
|
Column[] |
Table.getImportedKeys()
|
Column[] |
Procedure.getInColumns()
|
Column[] |
Procedure.getOutColumns()
|
Column |
Table.getPrimaryKey()
|
Column[] |
Table.getPrimaryKeys()
|
Column |
Table.getVersionColumn()
|
Methods in net.sourceforge.sql2java with parameters of type Column | |
---|---|
void |
Table.addColumn(Column column)
|
void |
Table.addForeignKey(Column col)
|
void |
Column.addForeignKey(Column col)
|
void |
Table.addImportedKey(Column column)
|
void |
Column.addImportedKey(Column col)
|
void |
Procedure.addInColumn(Column column)
|
void |
Procedure.addInOutColumn(Column column)
|
void |
Procedure.addOutColumn(Column column)
|
void |
Table.addPrimaryKey(Column column)
|
java.lang.String |
Column.convertName(Column col)
|
static java.lang.String |
StringUtilities.escape(Column s)
|
boolean |
Table.isForeignKey(Column col)
|
void |
Table.removeColumn(Column column)
|
void |
Index.removeIndexColumn(Column column)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |