org.geotools.sql
Class SqlUtil.PreparedStatementBuilder

Object
  extended by SqlUtil.PreparedStatementBuilder
Enclosing class:
SqlUtil

public static class SqlUtil.PreparedStatementBuilder
extends Object


Constructor Summary
SqlUtil.PreparedStatementBuilder(Connection conn, String sql)
           
SqlUtil.PreparedStatementBuilder(PreparedStatement ps)
           
 
Method Summary
 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()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUtil.PreparedStatementBuilder

public SqlUtil.PreparedStatementBuilder(PreparedStatement ps)
                                 throws SQLException
Throws:
SQLException

SqlUtil.PreparedStatementBuilder

public SqlUtil.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()


Copyright © 1996-2014 Geotools. All Rights Reserved.