![]() |
Qore jni Module 2.4.0
|
Java wrapper for the SqlUtil::AbstractSqlUtilBase class in Qore. More...
Public Member Methods | |
| AbstractSqlUtilBase (QoreObject obj) | |
| creates the object from a weak reference to the Qore object | |
| AbstractDatasource | getDatasource () throws Throwable |
| gets the underlying AbstractDatasource | |
| String | getDriverName () throws Throwable |
| returns the database driver name | |
| String | getDatasourceDesc () throws Throwable |
| returns a descriptive string for the datasource | |
| Public Member Methods inherited from org.qore.jni.QoreObjectWrapper | |
| QoreObjectWrapper (QoreObject obj) | |
| creates the wrapper object with the Qore object | |
| void | release () |
| releases the Qore object; do not call any further methods on the object after this call | |
| QoreObject | getQoreObject () |
| returns the Qore object | |
| String | className () |
| returns the class name for the Qore object | |
| boolean | instanceOf (String class_name) |
| returns true if the object is an instance of the given class | |
Additional Inherited Members | |
| Private Attributes inherited from org.qore.jni.QoreObjectWrapper | |
| QoreObject | obj |
| the wrapper Qore object | |
Java wrapper for the SqlUtil::AbstractSqlUtilBase class in Qore.