public final class PreparedStatementFactory extends Object
Constructor and Description |
---|
PreparedStatementFactory(JdbcConnection con) |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
create(String sql)
Create a
PreparedStatement object,
sql pre-compilation might take place, depending on driver support. |
String |
toString() |
public PreparedStatementFactory(JdbcConnection con)
public PreparedStatement create(String sql) throws DatabaseException
PreparedStatement
object,
sql pre-compilation might take place, depending on driver support.sql
- to executePreparedStatement
objectDatabaseException
Copyright © 2023 Liquibase.org. All rights reserved.