liquibase.database
Class PreparedStatementFactory
java.lang.Object
liquibase.database.PreparedStatementFactory
public final class PreparedStatementFactory
- extends Object
Factory for PreparedStatements
PreparedStatementFactory
public PreparedStatementFactory(JdbcConnection con)
create
public PreparedStatement create(String sql)
throws DatabaseException
- Create a
PreparedStatement
object,
sql pre-compilation might take place, depending on driver support.
- Parameters:
sql
- to execute
- Returns:
- a
PreparedStatement
object
- Throws:
DatabaseException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015 Liquibase.org. All rights reserved.