org.geotools.sql
Class SqlUtil
Object
SqlUtil
public class SqlUtil
- extends Object
Builder class for creating prepared statements.
- Author:
- Justin Deoliveira, OpenGeo
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUtil
public SqlUtil()
runScript
public static void runScript(InputStream stream,
Connection cx)
throws SQLException
- Throws:
SQLException
prepare
public static SqlUtil.PreparedStatementBuilder prepare(Connection conn,
String sql)
throws SQLException
- Throws:
SQLException
prepare
public static SqlUtil.PreparedStatementBuilder prepare(PreparedStatement st)
throws SQLException
- Throws:
SQLException
Copyright © 1996-2014 Geotools. All Rights Reserved.