![]()  | 
  
    Qore ConnectionProvider Module Reference 1.9.2
    
   | 
 
information that can be used to dynamically construct a connection object More...
#include <ConnectionProvider.qm.dox.h>
Public Attributes | |
| *softlist< auto > | args | 
| the constructor arguments  | |
| string | class_name | 
| the name of the constructor's class  | |
| *string | module | 
| any module required to be loaded for the constructor call  | |
| *string | post_processing | 
| code to execute after construction  More... | |
| *string | pre_processing | 
| code to execute before construction to preprocess the constructor arguments  More... | |
information that can be used to dynamically construct a connection object
as returned by AbstractConnection::getConstructorInfo()
| *string ConnectionProvider::ConnectionConstructorInfo::post_processing | 
code to execute after construction
the code must be compatible with the following parse options:
The followinng local variables will be available:
object obj: the object that was createdbool connect: if the object should be connected*hash rtopts: any runtime options provided | *string ConnectionProvider::ConnectionConstructorInfo::pre_processing | 
code to execute before construction to preprocess the constructor arguments
the code must be compatible with the following parse options:
The following local variables will be available:
reference<*softlist<auto;gt;> args: a reference to the constructor argumentsbool connect: if the object should be connected*hash rtopts: any runtime options provided