public final class PreparedStatementFactory
extends java.lang.Object
Constructor and Description |
---|
PreparedStatementFactory(JdbcConnection con) |
public PreparedStatementFactory(JdbcConnection con)
public java.sql.PreparedStatement create(java.lang.String sql) throws DatabaseException
PreparedStatement
object,
sql pre-compilation might take place, depending on driver support.sql
- to executePreparedStatement
objectDatabaseException
public java.lang.String toString()
toString
in class java.lang.Object