public class DBSchemaDelegator extends BaseDelegator implements IDBSchemaDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION| Constructor and Description |
|---|
DBSchemaDelegator(IOptionsServer server)
Instantiates a new DB schema delegator.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDbSchema> |
getDbSchema(List<String> tableSpecs)
Gets the db schema.
|
public DBSchemaDelegator(IOptionsServer server)
server - the serverpublic List<IDbSchema> getDbSchema(List<String> tableSpecs) throws P4JavaException
IDBSchemaDelegatorgetDbSchema in interface IDBSchemaDelegatortableSpecs - the table specsP4JavaException - the p4 java exceptionCopyright © 2017 Perforce Software. All Rights Reserved.