| Constructor and Description |
|---|
PreparedStatementBuilder(Connection conn,
String sql) |
PreparedStatementBuilder(PreparedStatement ps) |
| Modifier and Type | Method and Description |
|---|---|
SqlUtil.PreparedStatementBuilder |
log(Level l) |
SqlUtil.PreparedStatementBuilder |
set(Boolean b) |
SqlUtil.PreparedStatementBuilder |
set(byte[] b) |
SqlUtil.PreparedStatementBuilder |
set(Date d) |
SqlUtil.PreparedStatementBuilder |
set(Double d) |
SqlUtil.PreparedStatementBuilder |
set(Integer i) |
SqlUtil.PreparedStatementBuilder |
set(Long l) |
SqlUtil.PreparedStatementBuilder |
set(String s) |
PreparedStatement |
statement() |
public PreparedStatementBuilder(PreparedStatement ps) throws SQLException
SQLExceptionpublic PreparedStatementBuilder(Connection conn, String sql) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(Long l) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(Integer i) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(Double d) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(String s) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(Boolean b) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(Date d) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder set(byte[] b) throws SQLException
SQLExceptionpublic SqlUtil.PreparedStatementBuilder log(Level l)
public PreparedStatement statement()
Copyright © 1996–2019 Geotools. All rights reserved.