public class Context extends Object
| Constructor and Description |
|---|
Context(Context clone) |
Context(Database database,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameters(Object... parameters) |
Context |
append(String expression) |
Context |
appendLine(String expression) |
Database |
getDatabase() |
<E> List<E> |
list(RowMapper<E> rowMapper) |
Context |
newLine() |
<E> E |
single(RowMapper<E> rowMapper) |
String |
toString() |
public Context(Context clone)
public Context(Database database, Connection connection)
public <E> List<E> list(RowMapper<E> rowMapper) throws SQLException
SQLExceptionpublic <E> E single(RowMapper<E> rowMapper) throws SQLException
SQLExceptionpublic Context newLine()
public void addParameters(Object... parameters)
public Database getDatabase()
Copyright © 2013–2014. All rights reserved.