Uses of Class
liquibase.database.PreparedStatementFactory
Packages that use PreparedStatementFactory
-
Uses of PreparedStatementFactory in liquibase.statement
Methods in liquibase.statement with parameters of type PreparedStatementFactoryModifier and TypeMethodDescriptionvoid
ExecutablePreparedStatement.execute
(PreparedStatementFactory factory) Executes the prepared statement created by the given factory.void
ExecutablePreparedStatementBase.execute
(PreparedStatementFactory factory)