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

Packages that use Results
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.jdbc   
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.support Database support classes. 
 

Uses of Results in com.j256.ormlite.db
 

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

Uses of Results in com.j256.ormlite.field
 

Methods in com.j256.ormlite.field with parameters of type Results
 Number JdbcType.resultToId(Results results, int columnPos)
          Return the object suitable to be set on an id field that was extracted from the results associated with column in position columnPos.
abstract  Object JdbcType.resultToJava(FieldType fieldType, Results results, int columnPos)
           
 Object FieldConverter.resultToJava(FieldType fieldType, Results results, int columnPos)
          Return the object extracted from the results associated with column in position columnPos.
<T> T
FieldType.resultToJava(Results results, Map<String,Integer> columnPositions)
          Get the result object from the results.
 

Uses of Results in com.j256.ormlite.jdbc
 

Classes in com.j256.ormlite.jdbc that implement Results
 class JdbcResults
          Wrapper around a ResultSet object which we delegate to.
 

Methods in com.j256.ormlite.jdbc that return Results
 Results JdbcPreparedStmt.getResults()
           
 

Uses of Results in com.j256.ormlite.stmt
 

Methods in com.j256.ormlite.stmt with parameters of type Results
 T GenericRowMapper.mapRow(Results rs, int rowNum)
          Used to convert a results row to an object.
 

Uses of Results in com.j256.ormlite.support
 

Methods in com.j256.ormlite.support that return Results
 Results PreparedStmt.getResults()
          Get our results object generated by the statement.
 



Copyright © 2010. All Rights Reserved.