org.geotools.sql
Class SqlUtil.PreparedStatementBuilder
Object
SqlUtil.PreparedStatementBuilder
- Enclosing class:
- SqlUtil
public static class SqlUtil.PreparedStatementBuilder
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUtil.PreparedStatementBuilder
public SqlUtil.PreparedStatementBuilder(PreparedStatement ps)
throws SQLException
- Throws:
SQLException
SqlUtil.PreparedStatementBuilder
public SqlUtil.PreparedStatementBuilder(Connection conn,
String sql)
throws SQLException
- Throws:
SQLException
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()
Copyright © 1996-2014 Geotools. All Rights Reserved.