public final class StoredProcUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SP_UNIT_DELIMITER
The delimiter used to tokenize a full SP name into the unit and SP name
|
| Modifier | Constructor and Description |
|---|---|
private |
StoredProcUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
extractStoredProcName(java.lang.String fullSPName) |
static java.lang.String |
extractStoredProcUnitName(java.lang.String fullSPName) |
public static final java.lang.String SP_UNIT_DELIMITER