public class JavaStoredProcEngineConfig extends java.lang.Object implements StoredProcEngineConfig
StoredProcEngineConfig implementation specific to Java stored procedures.| Constructor and Description |
|---|
JavaStoredProcEngineConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends StoredProcEngine> |
getStoredProcEngineType()
Returns the type of the associated
StoredProcEngine. |
java.lang.String |
getStoredProcLangId()
Returns the unique language identifier of the
StoredProcEngine. |
public java.lang.Class<? extends StoredProcEngine> getStoredProcEngineType()
StoredProcEngineConfigStoredProcEngine.getStoredProcEngineType in interface StoredProcEngineConfigpublic java.lang.String getStoredProcLangId()
StoredProcEngineConfigStoredProcEngine.getStoredProcLangId in interface StoredProcEngineConfig