Uses of Class
org.drizzle.jdbc.internal.common.queryresults.NoSuchColumnException

Packages that use NoSuchColumnException
org.drizzle.jdbc.internal.common.queryresults   
 

Uses of NoSuchColumnException in org.drizzle.jdbc.internal.common.queryresults
 

Methods in org.drizzle.jdbc.internal.common.queryresults that throw NoSuchColumnException
 int DrizzleQueryResult.getColumnId(java.lang.String columnLabel)
           
 int DrizzleInsertIdQueryResult.getColumnId(java.lang.String columnLabel)
           
 int SelectQueryResult.getColumnId(java.lang.String columnLabel)
          get the id of the column named columnLabel
 ValueObject DrizzleQueryResult.getValueObject(int i)
          gets the value at position i in the result set.
 ValueObject DrizzleInsertIdQueryResult.getValueObject(int index)
           
 ValueObject SelectQueryResult.getValueObject(int index)
          gets the value object at position index, starts at 0
 ValueObject DrizzleQueryResult.getValueObject(java.lang.String column)
           
 ValueObject DrizzleInsertIdQueryResult.getValueObject(java.lang.String columnName)
           
 ValueObject SelectQueryResult.getValueObject(java.lang.String columnName)
          gets the value object in column named columnName
 



Copyright © 2012. All Rights Reserved.