![]() |
Qore jni Module 2.4.0
|
| Corg.qore.lang.dataprovider.AbstractDataProcessor | Java AbstractDataProcessor class |
| Corg.qore.jni.compiler.CompilerOutput< T > | |
| Corg.qore.jni.Hash | Java Hash class to make it easier to work with Qore hash data |
| CJni::org::qore::jni::JavaArray | Instances of this class represent Java arrays |
| Corg.qore.jni.JavaClassBuilder | |
| Corg.qore.jni.QoreClosureMarker | This marks a class that must have a call() method |
| Corg.qore.jni.QoreClosureMarkerImpl | This marks a class that must have a call() method |
| Corg.qore.jni.QoreClosure | Java QoreClosure class |
| Corg.qore.lang.LogCallback | This class is used for row code callbacks with bulk SQL classes |
| Corg.qore.lang.bulksqlutil.BulkRowCallback | This class is used for row code callbacks with bulk SQL classes |
| Corg.qore.lang.qunit.TestCode | This class is used for test code taking no arguments |
| Corg.qore.lang.qunit.TestCodeArgs | This class is used for test code taking an arbitrary number of arguments |
| Corg.qore.lang.qunit.TestCondition | This class is used for test code taking no arguments |
| Corg.qore.lang.qunit.TestConditionArgs | This class is used for test code taking an arbitrary number of arguments |
| Corg.qore.jni.QoreException | The QoreException class is meant to represent a Qore-language exception |
| CJni::org::qore::jni::QoreInvocationHandler | Represents an invocation handler used to implement callback from Java to Qore |
| Corg.qore.jni.QoreJavaApi | This class provides methods that allow Java to interface with Qore code |
| Corg.qore.jni.compiler.QoreJavaCompiler< T > | |
| Corg.qore.jni.compiler.QoreJavaCompilerException | |
| Corg.qore.jni.QoreJavaDynamicApi | This class provides methods that allow Java to interface with Qore code |
| Corg.qore.jni.compiler.QoreJavaFileManager | |
| Corg.qore.jni.QoreJavaFileObject | |
| Corg.qore.jni.QoreJavaObjectPtr | Helper class for pointer arguments to weak references Qore objects |
| Corg.qore.jni.QoreObjectBase | Wrapper class for a Qore object; this class holds a weak reference to the Qore object |
| Corg.qore.jni.QoreObject | Wrapper class for a Qore object; this class holds a weak reference to the Qore object |
| Corg.qore.jni.QoreJavaClassBase | Marker base class for a Qore classes imported dynamically into Java |
| Corg.qore.jni.QoreObjectWrapper | This is meant to the be the wrapper class for Java classes wrapping Qore object classes |
| Corg.qore.lang.AbstractDatasource | Java wrapper for the Qore::SQL::AbstractDatasource class in Qore |
| Corg.qore.lang.DatasourcePool | Java wrapper for the Qore::SQL::DatasourcePool class in Qore |
| Corg.qore.lang.AbstractIterator | Java wrapper for the Qore::AbstractIterator class in Qore |
| Corg.qore.lang.HashListIterator | Java wrapper for the Qore::ContextIterator class in Qore |
| Corg.qore.lang.dataprovider.AbstractDataProviderBulkOperation | Java wrapper for the DataProvider::AbstractDataProviderBulkOperation in Qore |
| Corg.qore.lang.dataprovider.AbstractDataProviderBulkRecordInterface | Java wrapper for the DataProvider::AbstractDataProviderBulkRecordInterface in Qore |
| Corg.qore.lang.dataprovider.AbstractDataProviderRecordIterator | Java wrapper for the DataProvider::AbstractDataProviderRecordIterator class in Qore |
| Corg.qore.lang.mapper.MapperOutputRecordIterator | Java wrapper for the Mapper::MapperOutputRecordIterator class in Qore |
| Corg.qore.lang.AbstractSQLStatement | Java wrapper for the Qore::SQL::AbstractSQLStatement class in Qore |
| Corg.qore.lang.HTTPClient | Java wrapper for the Qore::HTTPClient class in Qore |
| Corg.qore.lang.restclient.RestClient | Java wrapper for the Qore::RestClient class in Qore |
| Corg.qore.lang.soapclient.SoapClient | Java wrapper for the SoapClient.SoapClient class in Qore |
| Corg.qore.lang.bulksqlutil.AbstractBulkOperation | Java wrapper for the base Qore class for bulk DML operations |
| Corg.qore.lang.bulksqlutil.BulkInsertOperation | Java wrapper for the Qore class for bulk DML insert operations |
| Corg.qore.lang.bulksqlutil.BulkUpsertOperation | Base class for bulk DML upsert operations |
| Corg.qore.lang.dataprovider.AbstractDataField | Java wrapper for the DataProvider::AbstractDataField class in Qore |
| Corg.qore.lang.dataprovider.AbstractDataProvider | Java wrapper for the DataProvider::AbstractDataProvider class in Qore |
| Corg.qore.lang.dataprovider.AbstractDataProviderType | Java wrapper for the DataProvider::AbstractDataProviderType class in Qore |
| Corg.qore.lang.mailmessage.Message | Java wrapper for the MailMessage::Message class in Qore |
| Corg.qore.lang.mailmessage.Part | Java wrapper for the MailPart::Part class in Qore |
| Corg.qore.lang.mailmessage.Attachment | Java wrapper for the MailAttachment::Attachment class in Qore |
| Corg.qore.lang.mapper.Mapper | |
| Corg.qore.lang.tablemapper.AbstractSqlStatementOutboundMapper | Java wrapper for the TableMapper::AbstractSqlStatementOutboundMapper class in Qore |
| Corg.qore.lang.tablemapper.RawSqlStatementOutboundMapper | Java wrapper for the TableMapper::RawSqlStatementOutboundMapper class in Qore |
| Corg.qore.lang.tablemapper.SqlStatementOutboundMapper | Java wrapper for the TableMapper::SqlStatementOutboundMapper class in Qore |
| Corg.qore.lang.tablemapper.InboundTableMapper | Java wrapper for the TableMapper::InboundTableMapper class in Qore |
| Corg.qore.lang.tablemapper.InboundIdentityTableMapper | Java wrapper for the TableMapper::InboundIdentityTableMapper class in Qore |
| Corg.qore.lang.qunit.AbstractTestResult | The base class for test results |
| Corg.qore.lang.qunit.TestResultExceptionDetail | Class representing Exception of a particular type with a particular detail message |
| Corg.qore.lang.qunit.TestResultExceptionRegexp | Class representing Exception of a particular type and matching regexp for detail |
| Corg.qore.lang.qunit.TestResultExceptionSubstring | Class representing Exception of a particular type and matching regexp for detail |
| Corg.qore.lang.qunit.TestResultExceptionType | Class representing Exception of a particular type |
| Corg.qore.lang.qunit.TestResultFailure | Class representing test call failure, both general (without detail) and specific (with detail) |
| Corg.qore.lang.qunit.TestResultSuccess | Class representing boolean True |
| Corg.qore.lang.qunit.TestResultValue | Class representing boolean True |
| Corg.qore.lang.qunit.Test | Base class (wrapping the Qore QUnit::Test class) representing a simple test, implements an implicit main() method and all utility methods for testing |
| Corg.qore.lang.reflection.Type | Java wrapper for the Qore::Reflection::Type class in Qore |
| Corg.qore.lang.smtpclient.SmtpClient | Java wrapper for the Qore::SmtpClient class in Qore |
| Corg.qore.lang.sqlutil.AbstractSqlUtilBase | Java wrapper for the SqlUtil::AbstractSqlUtilBase class in Qore |
| Corg.qore.lang.sqlutil.AbstractTable | Java wrapper for the AbstractTable class in Qore |
| Corg.qore.lang.sqlutil.Table | Java wrapper for the SqlUtil::Table class in Qore |
| Corg.qore.jni.QoreRelativeTime | Class representing a Qore relative time value (duration) |
| Corg.qore.jni.QoreURLClassLoader | Main ClassLoader for Java <-> Qore and Java <-> Python integration |