Package | Description |
---|---|
org.apache.directory.server.core.sp | |
org.apache.directory.server.core.sp.java |
Modifier and Type | Method and Description |
---|---|
StoredProcEngine |
StoredProcExecutionManager.getStoredProcEngineInstance(ClonedServerEntry spUnitEntry)
Initializes and returns a
StoredProcEngine instance which can operate on spUnitEntry
considering its specific stored procedure language. |
Modifier and Type | Method and Description |
---|---|
Class<? extends StoredProcEngine> |
StoredProcEngineConfig.getStoredProcEngineType()
Returns the type of the associated
StoredProcEngine . |
Modifier and Type | Class and Description |
---|---|
class |
JavaStoredProcEngine
A
StoredProcEngine implementation specific to Java stored procedures. |
Modifier and Type | Method and Description |
---|---|
Class<? extends StoredProcEngine> |
JavaStoredProcEngineConfig.getStoredProcEngineType() |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.