public class StoredProcUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SPUnitDelimiter
The delimiter used to tokenize a full SP name into the unit and SP name
|
| Constructor and Description |
|---|
StoredProcUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractStoredProcName(String fullSPName) |
static String |
extractStoredProcUnitName(String fullSPName) |
public static final String SPUnitDelimiter
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.