public class LdiPreparedStatementUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiPreparedStatementUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
addBatch(PreparedStatement ps) |
static boolean |
execute(PreparedStatement ps) |
static int[] |
executeBatch(PreparedStatement ps) |
static ResultSet |
executeQuery(PreparedStatement ps) |
static int |
executeUpdate(PreparedStatement ps) |
public static ResultSet executeQuery(PreparedStatement ps) throws SQLRuntimeException
ps - ResultSetSQLRuntimeExceptionpublic static int executeUpdate(PreparedStatement ps) throws SQLRuntimeException
public static boolean execute(PreparedStatement ps) throws SQLRuntimeException
public static int[] executeBatch(PreparedStatement ps) throws SQLRuntimeException
public static void addBatch(PreparedStatement ps) throws SQLRuntimeException
Copyright © 2015 The DBFlute Project. All rights reserved.