Interface StatementFactory
-
public interface StatementFactoryA factory to createFieldNamedPreparedStatementwith the givenConnection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldNamedPreparedStatementcreateStatement(Connection connection)CreatesFieldNamedPreparedStatementwith the givenConnection.
-
-
-
Method Detail
-
createStatement
FieldNamedPreparedStatement createStatement(Connection connection) throws SQLException
CreatesFieldNamedPreparedStatementwith the givenConnection.- Throws:
SQLException
-
-