public class SqlUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SqlUtil.PreparedStatementBuilder |
Constructor and Description |
---|
SqlUtil() |
Modifier and Type | Method and Description |
---|---|
static SqlUtil.PreparedStatementBuilder |
prepare(Connection conn,
String sql) |
static SqlUtil.PreparedStatementBuilder |
prepare(PreparedStatement st) |
static void |
runScript(InputStream stream,
Connection cx) |
static void |
runScript(InputStream stream,
Connection cx,
Map<String,String> properties) |
public static void runScript(InputStream stream, Connection cx) throws SQLException
SQLException
public static void runScript(InputStream stream, Connection cx, Map<String,String> properties) throws SQLException
SQLException
public static SqlUtil.PreparedStatementBuilder prepare(Connection conn, String sql) throws SQLException
SQLException
public static SqlUtil.PreparedStatementBuilder prepare(PreparedStatement st) throws SQLException
SQLException
Copyright © 1996–2019 Geotools. All rights reserved.