public interface FilteredFactory
| Modifier and Type | Method and Description |
|---|---|
java.sql.PreparedStatement |
createPreparedStatement(FilteredConnection con,
java.sql.PreparedStatement stmt,
java.lang.String sql)
Create a FilteredPreparedStatement for the supplied PreparedStatement
|
java.sql.Statement |
createStatement(FilteredConnection con,
java.sql.Statement stmt)
Create a FilteredStatement for the supplied Statement
|
java.sql.Statement createStatement(FilteredConnection con, java.sql.Statement stmt) throws java.sql.SQLException
stmt - Statementcon - Connectionjava.sql.SQLException - SQLExceptionjava.sql.PreparedStatement createPreparedStatement(FilteredConnection con, java.sql.PreparedStatement stmt, java.lang.String sql) throws java.sql.SQLException
stmt - Prepared statementsql - SQL statementcon - Connectionjava.sql.SQLException - SQLException