Interface DatabaseUpdater
-
public interface DatabaseUpdaterProvides an database schema or data change version updater interface.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATABASE_PRODUCT_MYSQL'mysql' database product.static StringDATABASE_PRODUCT_ORACLEThe 'oracle database product.static StringDATABASE_PRODUCT_SQL_SERVERThe 'sql server' Oracle database product.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intperformUpdate(org.apache.cayenne.access.DataContext dataContext)Perform database schema or data change version update.
-
-
-
Field Detail
-
DATABASE_PRODUCT_ORACLE
static final String DATABASE_PRODUCT_ORACLE
The 'oracle database product.- See Also:
- Constant Field Values
-
DATABASE_PRODUCT_SQL_SERVER
static final String DATABASE_PRODUCT_SQL_SERVER
The 'sql server' Oracle database product.- See Also:
- Constant Field Values
-
DATABASE_PRODUCT_MYSQL
static final String DATABASE_PRODUCT_MYSQL
'mysql' database product.- See Also:
- Constant Field Values
-
-