| Package | Description |
|---|---|
| cz.datalite.dao.plsql |
| Modifier and Type | Method and Description |
|---|---|
static MergeType |
MergeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeType[] |
MergeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
StoredProcedureInvoker.extractTable(StoredProcedureResult resultMap,
String name,
Class<T> returnType,
List<T> target,
MergeType mergeType)
Deprecated.
|
<T> void |
StoredProcedureResult.extractTable(String name,
Class<T> returnType,
List<T> target,
MergeType mergeType)
Vyzvednutí PL/SQL pole
|
Copyright © 2017 DataLite. All rights reserved.