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
SQLException
public PreparedStatementBuilder(Connection conn, String sql) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(Long l) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(Integer i) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(Double d) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(String s) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(Boolean b) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(Date d) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder set(byte[] b) throws SQLException
SQLException
public SqlUtil.PreparedStatementBuilder log(Level l)
public PreparedStatement statement()
Copyright © 1996–2019 Geotools. All rights reserved.