public final class StoredProcUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SP_UNIT_DELIMITER
The delimiter used to tokenize a full SP name into the unit and SP name
|
| Modifier and Type | Method and Description |
|---|---|
static String |
extractStoredProcName(String fullSPName) |
static String |
extractStoredProcUnitName(String fullSPName) |
public static final String SP_UNIT_DELIMITER
Copyright © 2021. All rights reserved.