| Package | Description |
|---|---|
| org.josef.jdbc |
jdbc related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
StoredProcedure.callStoredProcedure(Connection connection,
String name,
StoredProcedureParameter... parameters)
Calls a stored procedure using a
Connection. |
static Map<String,Object> |
StoredProcedure.callStoredProcedure(DataSource dataSource,
String name,
StoredProcedureParameter... parameters)
Calls a stored procedure using a
DataSource. |
static String |
SqlStatementUtil.createStoredProcedureCall(String name,
StoredProcedureParameter... parameters)
Creates a SQL statement to call a stored procedure.
|
Copyright © 2008–2017. All rights reserved.