Uses of Interface
com.j256.ormlite.support.DatabaseResults

Packages that use DatabaseResults
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.stmt.mapped Compiled SQL query statements. 
com.j256.ormlite.support Database support classes. 
 

Uses of DatabaseResults in com.j256.ormlite.db
 

Methods in com.j256.ormlite.db with parameters of type DatabaseResults
 Object BaseDatabaseType.BooleanNumberFieldConverter.resultToJava(FieldType fieldType, DatabaseResults results, int columnPos)
           
 

Uses of DatabaseResults in com.j256.ormlite.field
 

Methods in com.j256.ormlite.field with parameters of type DatabaseResults
<T> T
FieldType.resultToJava(DatabaseResults results, Map<String,Integer> columnPositions)
          Get the result object from the results.
 Object FieldConverter.resultToJava(FieldType fieldType, DatabaseResults results, int columnPos)
          Return the object extracted from the results associated with column in position columnPos.
abstract  Object DataType.resultToJava(FieldType fieldType, DatabaseResults results, int columnPos)
           
 

Uses of DatabaseResults in com.j256.ormlite.stmt
 

Methods in com.j256.ormlite.stmt that return DatabaseResults
 DatabaseResults SelectIterator.getRawResults()
          Return the internal raw results object that was created by this iterator.
 

Methods in com.j256.ormlite.stmt with parameters of type DatabaseResults
 String[] StatementExecutor.mapRow(DatabaseResults results)
           
 T GenericRowMapper.mapRow(DatabaseResults results)
          Used to convert a results row to an object.
 

Uses of DatabaseResults in com.j256.ormlite.stmt.mapped
 

Methods in com.j256.ormlite.stmt.mapped with parameters of type DatabaseResults
 T BaseMappedQuery.mapRow(DatabaseResults results)
           
 

Uses of DatabaseResults in com.j256.ormlite.support
 

Methods in com.j256.ormlite.support that return DatabaseResults
 DatabaseResults CompiledStatement.getGeneratedKeys()
          Get the generated key results.
 DatabaseResults CompiledStatement.runQuery()
          Run the prepared query statement returning the results.
 



Copyright © 2011. All Rights Reserved.