| Package | Description |
|---|---|
| at.chrl.database |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CallReadStH |
interface |
ParamReadStH
Read statement handler.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DB.call(String query,
ReadStH reader)
Call stored procedure
|
static boolean |
DB.call(String query,
ReadStH reader,
String errMsg)
Call stored procedure
|
static boolean |
DB.select(String query,
ReadStH reader)
Executes Select Query.
|
static boolean |
DB.select(String query,
ReadStH reader,
String errMsg)
Executes Select Query.
|
Copyright © 2014–2015. All rights reserved.