Constructor and Description |
---|
StateUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
execute(PageContext pc,
PreparedStatement stat,
String sql) |
static boolean |
execute(PageContext pc,
Statement stat,
String sql) |
static boolean |
execute(PageContext pc,
Statement stat,
String sql,
int autoGeneratedKeys) |
static boolean |
execute(PageContext pc,
Statement stat,
String sql,
int[] columnIndexes) |
static boolean |
execute(PageContext pc,
Statement stat,
String sql,
String[] columnNames) |
static ResultSet |
executeQuery(PageContext pc,
PreparedStatement stat,
String sql) |
static ResultSet |
executeQuery(PageContext pc,
Statement stat,
String sql) |
static int |
executeUpdate(PageContext pc,
PreparedStatement stat,
String sql) |
static int |
executeUpdate(PageContext pc,
Statement stat,
String sql) |
static int |
executeUpdate(PageContext pc,
Statement stat,
String sql,
int autoGeneratedKeys) |
static int |
executeUpdate(PageContext pc,
Statement stat,
String sql,
int[] columnIndexes) |
static int |
executeUpdate(PageContext pc,
Statement stat,
String sql,
String[] columnNames) |
public StateUtil()
public static boolean execute(PageContext pc, Statement stat, String sql) throws SQLException
SQLException
public static boolean execute(PageContext pc, Statement stat, String sql, int autoGeneratedKeys) throws SQLException
SQLException
public static boolean execute(PageContext pc, Statement stat, String sql, int[] columnIndexes) throws SQLException
SQLException
public static boolean execute(PageContext pc, Statement stat, String sql, String[] columnNames) throws SQLException
SQLException
public static ResultSet executeQuery(PageContext pc, Statement stat, String sql) throws SQLException
SQLException
public static int executeUpdate(PageContext pc, Statement stat, String sql) throws SQLException
SQLException
public static int executeUpdate(PageContext pc, Statement stat, String sql, int autoGeneratedKeys) throws SQLException
SQLException
public static int executeUpdate(PageContext pc, Statement stat, String sql, int[] columnIndexes) throws SQLException
SQLException
public static int executeUpdate(PageContext pc, Statement stat, String sql, String[] columnNames) throws SQLException
SQLException
public static boolean execute(PageContext pc, PreparedStatement stat, String sql) throws SQLException
SQLException
public static ResultSet executeQuery(PageContext pc, PreparedStatement stat, String sql) throws SQLException
SQLException
public static int executeUpdate(PageContext pc, PreparedStatement stat, String sql) throws SQLException
SQLException
Copyright © 2015 Lucee