Package | Description |
---|---|
org.apache.directory.server.core.api.sp | |
org.apache.directory.server.core.api.sp.java |
Modifier and Type | Method and Description |
---|---|
StoredProcEngine |
StoredProcExecutionManager.getStoredProcEngineInstance(org.apache.directory.api.ldap.model.entry.Entry 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 © 2016. All rights reserved.