com.j256.ormlite.stmt
Class QueryBuilder.InternalQueryBuilderWrapper

java.lang.Object
  extended by com.j256.ormlite.stmt.QueryBuilder.InternalQueryBuilderWrapper
Enclosing class:
QueryBuilder<T,ID>

public static class QueryBuilder.InternalQueryBuilderWrapper
extends Object

Internal class used to expose methods to internal classes but through a wrapper instead of a builder.


Method Summary
 void appendStatementString(StringBuilder sb, List<ArgumentHolder> argList)
           
 FieldType[] getResultFieldTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

appendStatementString

public void appendStatementString(StringBuilder sb,
                                  List<ArgumentHolder> argList)
                           throws SQLException
Throws:
SQLException

getResultFieldTypes

public FieldType[] getResultFieldTypes()


This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.