Uses of Class
org.castor.cpa.persistence.sql.engine.info.ColumnInfo

Packages that use ColumnInfo
org.castor.cpa.persistence.sql.engine.info   
 

Uses of ColumnInfo in org.castor.cpa.persistence.sql.engine.info
 

Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type ColumnInfo
 List<ColumnInfo> TableInfo.getColumns()
          Method returning columns currently set.
 List<ColumnInfo> PrimaryKeyInfo.getColumns()
          Get list of primary key columns.
 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.
 

Methods in org.castor.cpa.persistence.sql.engine.info with parameters of type ColumnInfo
protected  void TableInfo.addColumn(ColumnInfo column)
          Method to add a single column to the columns list.
protected  void PrimaryKeyInfo.addColumn(ColumnInfo column)
          Add column to list of primary key columns.
 void TableLink.addTargetCol(ColumnInfo col)
          Method adding a single targetCol.
 

Method parameters in org.castor.cpa.persistence.sql.engine.info with type arguments of type ColumnInfo
 void TableLink.addTargetCols(List<ColumnInfo> cols)
          Method adding a list of targetCols.
 

Constructors in org.castor.cpa.persistence.sql.engine.info with parameters of type ColumnInfo
ColumnValue(ColumnInfo info, int index, Object value)
           
 

Constructor parameters in org.castor.cpa.persistence.sql.engine.info with type arguments of type ColumnInfo
TableLink(TableInfo targetTable, int relationType, String tableAlias, List<ColumnInfo> startColumns, int fieldIndex)
          Constructor.
 



Copyright © 2011. All Rights Reserved.