Interface IDBSchemaDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
DBSchemaDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IDBSchemaDelegator
Interface for DBSchemaDelegator implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IDbSchema>
getDbSchema(java.util.List<java.lang.String> tableSpecs)
Gets the db schema.
-
-
-
Method Detail
-
getDbSchema
java.util.List<IDbSchema> getDbSchema(java.util.List<java.lang.String> tableSpecs) throws P4JavaException
Gets the db schema.- Parameters:
tableSpecs
- the table specs- Returns:
- the db schema
- Throws:
P4JavaException
- the p4 java exception
-
-