| Package | Description |
|---|---|
| com.agimatec.sql.meta.checking | |
| com.agimatec.sql.meta.mysql | |
| com.agimatec.sql.meta.oracle | |
| com.agimatec.sql.meta.postgres |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseSchemaChecker |
DatabaseSchemaChecker.forDbms(String dbms) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlSchemaChecker
check a mysql catalog for validity
User: roman.stumm@viaboxx.de
Date: 26.03.13 |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleSchemaChecker
Description: Utility class to check if a given database schema
is compatible with a physical database schema:
- all tables + columns that are mapped are in the database
- no unknown columns are in the database
- etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresSchemaChecker
Description:
User: roman.stumm Date: 24.04.2007 Time: 15:03:12 |
Copyright © 2008–2018. All rights reserved.