Package de.mid.innovator.srv2api.icw2db
Class DBConnectionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2db.DBConnectionHelper
A
DBConnection holds all data needed to connect a real Database System.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DBConnectioncreate(SrvContext srvCtx) Creates aDBConnection.static DBConnectioncreate(SrvContext srvCtx, ARG_ModifyDBConnection valDBConnection) Creates aDBConnectionby argument.
-
Method Details
-
create
public static DBConnection create(SrvContext srvCtx, ARG_ModifyDBConnection valDBConnection) throws InoNetException, SrvErrorException Creates aDBConnectionby argument.- Parameters:
srvCtx- The context of the related innovator server.valDBConnection- properties of the database connection- Throws:
InoNetExceptionSrvErrorException
-
create
Creates aDBConnection.- Parameters:
srvCtx- The context of the related innovator server.- Throws:
InoNetExceptionSrvErrorException
-