Interface | Description |
---|---|
CallableSqlStatement | |
ColumnConstraint | |
CompoundStatement |
Marker interface to indicate that a
SqlStatement can generate different Sql
which should be specifically executed |
ExecutablePreparedStatement |
To be implemented by instances that use a prepared statement for execution
|
SqlStatement |
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
Class | Description |
---|---|
AbstractSqlStatement | |
AutoIncrementConstraint | |
BatchDmlExecutablePreparedStatement |
Performance-optimised version of
ExecutablePreparedStatementBase . |
DatabaseFunction | |
ExecutablePreparedStatementBase | |
ExecutablePreparedStatementBase.LOBContent<T> | |
ForeignKeyConstraint | |
InsertExecutablePreparedStatement |
Handles INSERT Execution
|
NotNullConstraint | |
PrimaryKeyConstraint | |
SequenceCurrentValueFunction |
Represents a function for getting the current value from a sequence
|
SequenceNextValueFunction |
Represents a function for getting the next value from a sequence
|
StoredProcedureStatement | |
UniqueConstraint | |
UpdateExecutablePreparedStatement |
Copyright © 2023 Liquibase.org. All rights reserved.