com.j256.ormlite.stmt
Class StatementBuilder.StatementInfo

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

public static class StatementBuilder.StatementInfo
extends Object

Class which wraps information about a statement including the arguments and the generated SQL statement string.


Method Summary
 List<ArgumentHolder> getArgList()
           
 String getStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStatement

public String getStatement()

getArgList

public List<ArgumentHolder> getArgList()


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