| Interface | Description | 
|---|---|
| DatabaseDialect | Contains methods used by  SchemaToolto generate SQL which conforms to
 the dialect of a special database. | 
| SQLPropertyInfo | Provides the schema information for a  Propertyrequired to build a database schema in a
 SQL / JDBC database. | 
| Class | Description | 
|---|---|
| BasicDatabaseDialect | Provides a base implementation of  DatabaseDialect. | 
| ClickhouseDatabaseDialect | Defines the dialect used to sync the schema against a MySQL database. | 
| ForeignKey | Represents a foreign key. | 
| Key | Represents a database key or index. | 
| MySQLDatabaseDialect | Defines the dialect used to sync the schema against a MySQL database. | 
| Schema | |
| SchemaTool | Helper class for manipulating and inspecting db metadata. | 
| SchemaUpdateAction | Represents an action which needs to be perfomed onto a schema to make it
 match another schema. | 
| Table | Represents a database table. | 
| TableColumn | Represents a column of a database table. | 
Copyright © 2018. All rights reserved.