Qore jni Module 2.4.0
Loading...
Searching...
No Matches
org.qore.lang.sqlutil.AbstractSqlUtilBase Class Reference

Java wrapper for the SqlUtil::AbstractSqlUtilBase class in Qore. More...

Inheritance diagram for org.qore.lang.sqlutil.AbstractSqlUtilBase:
org.qore.jni.QoreObjectWrapper org.qore.lang.sqlutil.AbstractTable org.qore.lang.sqlutil.Table

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

Detailed Description

Java wrapper for the SqlUtil::AbstractSqlUtilBase class in Qore.

Note
Loads and initializes the Qore library and the jni module in static initialization if necessary
Deprecated
Use dynamic imports instead: import qoremod.SqlUtil.AbstractSqlUtilBase;

The documentation for this class was generated from the following file:
  • src/java/org/qore/lang/sqlutil/AbstractSqlUtilBase.java