org.apache.directory.server.core.sp
Class StoredProcUtils

java.lang.Object
  extended by org.apache.directory.server.core.sp.StoredProcUtils

public class StoredProcUtils
extends java.lang.Object

A utility class for working with Stored Procedures.

Version:
$Rev$ $Date$
Author:
Apache Directory Project

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

SPUnitDelimiter

public static final java.lang.String SPUnitDelimiter
The delimiter used to tokenize a full SP name into the unit and SP name

See Also:
Constant Field Values
Constructor Detail

StoredProcUtils

public StoredProcUtils()
Method Detail

extractStoredProcName

public static java.lang.String extractStoredProcName(java.lang.String fullSPName)

extractStoredProcUnitName

public static java.lang.String extractStoredProcUnitName(java.lang.String fullSPName)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.