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.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
 

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: