| Interface | Description |
|---|---|
| CallableSqlStatement | |
| ColumnConstraint | |
| 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 | |
| DatabaseFunction | |
| ExecutablePreparedStatementBase | |
| 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 © 2018 Liquibase.org. All rights reserved.