Package org.geotools.jdbc.util
Class SqlUtil.PreparedStatementBuilder
- Object
-
- PreparedStatementBuilder
-
-
Constructor Summary
Constructors Constructor Description PreparedStatementBuilder(Connection conn, String sql)PreparedStatementBuilder(PreparedStatement ps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlUtil.PreparedStatementBuilderlog(Level l)SqlUtil.PreparedStatementBuilderset(byte[] b)SqlUtil.PreparedStatementBuilderset(Boolean b)SqlUtil.PreparedStatementBuilderset(Double d)SqlUtil.PreparedStatementBuilderset(Integer i)SqlUtil.PreparedStatementBuilderset(Long l)SqlUtil.PreparedStatementBuilderset(String s)SqlUtil.PreparedStatementBuilderset(Date d)PreparedStatementstatement()
-
-
-
Constructor Detail
-
PreparedStatementBuilder
public PreparedStatementBuilder(PreparedStatement ps) throws SQLException
- Throws:
SQLException
-
PreparedStatementBuilder
public PreparedStatementBuilder(Connection conn, String sql) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
set
public SqlUtil.PreparedStatementBuilder set(Long l) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(Integer i) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(Double d) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(String s) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(Boolean b) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(Date d) throws SQLException
- Throws:
SQLException
-
set
public SqlUtil.PreparedStatementBuilder set(byte[] b) throws SQLException
- Throws:
SQLException
-
log
public SqlUtil.PreparedStatementBuilder log(Level l)
-
statement
public PreparedStatement statement()
-
-