Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
Modifier and Type | Method and Description |
---|---|
SQLCall |
SQLCall.addInParam(Object value)
Adds an in parameter.
|
SQLCall |
SQLCall.addOutParam(String parameter,
int type)
Adds an out parameter.
|
SQLCall |
SQLCall.call()
Invokes the call
|
SQLCall |
Database.createFunctionCall(String fun,
Integer returnType)
Creates a new call wrapper which permits safe and convenient function calls.
|
SQLCall |
Database.createProcedureCall(String fun)
Creates a new call wrapper which permits safe and convenient procedure calls.
|
Copyright © 2018. All rights reserved.