Package liquibase.statement
package liquibase.statement
-
ClassDescriptionPerformance-optimised version of
ExecutablePreparedStatementBase
.Marker interface to indicate that aSqlStatement
can generate differentSql
which should be specifically executedTo be implemented by instances that use a prepared statement for executionHandles INSERT ExecutionRepresents a function for getting the current value from a sequenceRepresents a function for getting the next value from a sequenceThe SqlStatement classes correspond to (roughly) a single SQL statement.