Uses of Class
com.ap.straight.Column

Packages that use Column
com.ap.straight   
 

Uses of Column in com.ap.straight
 

Methods in com.ap.straight that return Column
 Column HashTable.getColumn(java.lang.String name)
           
 

Constructors in com.ap.straight with parameters of type Column
HashResultSet(java.sql.Statement stmt, java.util.Iterator col, HashTable table, Column[] fields)