| Package | Description |
|---|---|
| org.castor.cpa.persistence.sql.engine.info |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
PrimaryKeyInfo.getColumns()
Get list of primary key columns.
|
List<ColumnInfo> |
TableInfo.getColumns()
Method returning columns currently set.
|
List<ColumnInfo> |
TableLink.getStartCols()
Method returning a list of start columns.
|
List<ColumnInfo> |
TableLink.getTargetCols()
Method returning a list of target columns.
|
List<ColumnInfo> |
TableInfo.iterateAll()
Method returning list of all columns belonging to this table.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrimaryKeyInfo.addColumn(ColumnInfo column)
Add column to list of primary key columns.
|
protected void |
TableInfo.addColumn(ColumnInfo column)
Method to add a single column to the columns list.
|
void |
TableLink.addTargetCol(ColumnInfo col)
Method adding a single targetCol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableLink.addTargetCols(List<ColumnInfo> cols)
Method adding a list of targetCols.
|
| Constructor and Description |
|---|
ColumnValue(ColumnInfo info,
int index,
Object value) |
| Constructor and Description |
|---|
TableLink(TableInfo targetTable,
int relationType,
String tableAlias,
List<ColumnInfo> startColumns,
int fieldIndex)
Constructor.
|
Copyright © 2014. All rights reserved.