com.j256.ormlite.stmt
Class StatementBuilder.StatementInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.