Uses of Class
liquibase.database.PreparedStatementFactory
-
Packages that use PreparedStatementFactory Package Description liquibase.statement -
-
Uses of PreparedStatementFactory in liquibase.statement
Methods in liquibase.statement with parameters of type PreparedStatementFactory Modifier and Type Method Description voidExecutablePreparedStatement. execute(PreparedStatementFactory factory)Executes the prepared statement created by the given factory.voidExecutablePreparedStatementBase. execute(PreparedStatementFactory factory)
-