|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.sp.StoredProcUtils
public class StoredProcUtils
A utility class for working with Stored Procedures.
| Field Summary | |
|---|---|
static java.lang.String |
SPUnitDelimiter
The delimiter used to tokenize a full SP name into the unit and SP name |
| Constructor Summary | |
|---|---|
StoredProcUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
extractStoredProcName(java.lang.String fullSPName)
|
static java.lang.String |
extractStoredProcUnitName(java.lang.String fullSPName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SPUnitDelimiter
| Constructor Detail |
|---|
public StoredProcUtils()
| Method Detail |
|---|
public static java.lang.String extractStoredProcName(java.lang.String fullSPName)
public static java.lang.String extractStoredProcUnitName(java.lang.String fullSPName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||