Class DBSchemaDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.DBSchemaDelegator
-
- All Implemented Interfaces:
IDBSchemaDelegator
public class DBSchemaDelegator extends BaseDelegator implements IDBSchemaDelegator
Handles DB Schema commands.
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION
-
-
Constructor Summary
Constructors Constructor Description DBSchemaDelegator(IOptionsServer server)
Instantiates a new DB schema delegator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IDbSchema>
getDbSchema(java.util.List<java.lang.String> tableSpecs)
Gets the db schema.
-
-
-
Constructor Detail
-
DBSchemaDelegator
public DBSchemaDelegator(IOptionsServer server)
Instantiates a new DB schema delegator.- Parameters:
server
- the server
-
-
Method Detail
-
getDbSchema
public java.util.List<IDbSchema> getDbSchema(java.util.List<java.lang.String> tableSpecs) throws P4JavaException
Description copied from interface:IDBSchemaDelegator
Gets the db schema.- Specified by:
getDbSchema
in interfaceIDBSchemaDelegator
- Parameters:
tableSpecs
- the table specs- Returns:
- the db schema
- Throws:
P4JavaException
- the p4 java exception
-
-