| Package | Description |
|---|---|
| liquibase.change |
The change package contains the available database "changes".
|
| liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
| liquibase.change.custom |
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
|
| liquibase.database | |
| liquibase.database.core | |
| liquibase.datatype | |
| liquibase.exception | |
| liquibase.executor | |
| liquibase.executor.jvm | |
| liquibase.sdk.database | |
| liquibase.sqlgenerator | |
| liquibase.sqlgenerator.core | |
| liquibase.statement | |
| liquibase.statement.core | |
| liquibase.structure.core |
| Class and Description |
|---|
| DatabaseFunction |
| SequenceCurrentValueFunction
Represents a function for getting the current value from a sequence
|
| SequenceNextValueFunction
Represents a function for getting the next value from a sequence
|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| DatabaseFunction |
| ExecutablePreparedStatementBase |
| SequenceNextValueFunction
Represents a function for getting the next value from a sequence
|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| DatabaseFunction |
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| DatabaseFunction |
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| DatabaseFunction |
| Class and Description |
|---|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| DatabaseFunction |
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| Class and Description |
|---|
| BatchDmlExecutablePreparedStatement
Performance-optimised version of
ExecutablePreparedStatementBase. |
| InsertExecutablePreparedStatement
Handles INSERT Execution
|
| SequenceNextValueFunction
Represents a function for getting the next value from a sequence
|
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| StoredProcedureStatement |
| UpdateExecutablePreparedStatement |
| Class and Description |
|---|
| AbstractSqlStatement |
| AutoIncrementConstraint |
| CallableSqlStatement |
| ColumnConstraint |
| DatabaseFunction |
| ExecutablePreparedStatement
To be implemented by instances that use a prepared statement for execution
|
| ExecutablePreparedStatementBase |
| ForeignKeyConstraint |
| NotNullConstraint |
| PrimaryKeyConstraint |
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| UniqueConstraint |
| UpdateExecutablePreparedStatement |
| Class and Description |
|---|
| AbstractSqlStatement |
| AutoIncrementConstraint |
| CallableSqlStatement |
| ColumnConstraint |
| CompoundStatement
Marker interface to indicate that a
SqlStatement can generate different Sql
which should be specifically executed |
| ForeignKeyConstraint |
| NotNullConstraint |
| PrimaryKeyConstraint |
| SqlStatement
The SqlStatement classes correspond to (roughly) a single SQL statement.
|
| UniqueConstraint |
| Class and Description |
|---|
| NotNullConstraint |
Copyright © 2019 Liquibase.org. All rights reserved.