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 |
|---|---|
java.util.List<IDbSchema> |
getDbSchema(java.util.List<java.lang.String> tableSpecs)
Gets the db schema.
|
public DBSchemaDelegator(IOptionsServer server)
server - the serverpublic java.util.List<IDbSchema> getDbSchema(java.util.List<java.lang.String> tableSpecs) throws P4JavaException
IDBSchemaDelegatorgetDbSchema in interface IDBSchemaDelegatortableSpecs - the table specsP4JavaException - the p4 java exceptionCopyright © 2021 Perforce Software. All Rights Reserved.