Package com.github.kagkarlsson.jdbc
Interface PreparedStatementExecutor<T>
-
public interface PreparedStatementExecutor<T>
-
-
Field Summary
Fields Modifier and Type Field Description static PreparedStatementExecutor<Boolean>EXECUTEstatic PreparedStatementExecutor<int[]>EXECUTE_BATCH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(PreparedStatement preparedStatement)
-
-
-
Field Detail
-
EXECUTE
static final PreparedStatementExecutor<Boolean> EXECUTE
-
EXECUTE_BATCH
static final PreparedStatementExecutor<int[]> EXECUTE_BATCH
-
-
Method Detail
-
execute
T execute(PreparedStatement preparedStatement) throws SQLException
- Throws:
SQLException
-
-