Package | Description |
---|---|
de.esprit.appsuite.database.compile |
Contains classes for DBObject compilation (for developer use only)
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DBObjectBuilder.createDBObject(JdbcTable metaTable) |
Modifier and Type | Method and Description |
---|---|
JdbcTable |
DBSupport.readTable(java.lang.String schema,
java.lang.String tableNamePattern,
java.lang.String[] validTableTypes)
Returns the JdbcTable that matches the tableNamePattern or null if none was found.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JdbcTable> |
DBSupport.readTables(java.lang.String schema,
java.lang.String[] validTableTypes) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.