public class XDBHandler
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLanguage()
Returns the implementation language of the handler (JAVA or PL/SQL)
|
java.lang.String |
getSchema()
Returns the schema containing the handler's source.
|
java.lang.String |
getSource()
Returns the name of the Java class, PL/SQL package or object type that implements the handler.
|
public java.lang.String getSource()
public java.lang.String getSchema()
public java.lang.String getLanguage()