a list of all parameters the Jdbc driver supports More...
#include <structs.db.mgmt.h>
Public Member Functions | |
grt::StringRef | caption () const |
Getter for attribute caption. | |
virtual void | caption (const grt::StringRef &value) |
Setter for attribute caption. | |
grt::StringRef | defaultValue () const |
Getter for attribute defaultValue. | |
virtual void | defaultValue (const grt::StringRef &value) |
Setter for attribute defaultValue. | |
grt::StringRef | description () const |
Getter for attribute description. | |
virtual void | description (const grt::StringRef &value) |
Setter for attribute description. | |
grt::IntegerRef | layoutAdvanced () const |
Getter for attribute layoutAdvanced. | |
virtual void | layoutAdvanced (const grt::IntegerRef &value) |
Setter for attribute layoutAdvanced. | |
grt::IntegerRef | layoutRow () const |
Getter for attribute layoutRow. | |
virtual void | layoutRow (const grt::IntegerRef &value) |
Setter for attribute layoutRow. | |
grt::IntegerRef | layoutWidth () const |
Getter for attribute layoutWidth. | |
virtual void | layoutWidth (const grt::IntegerRef &value) |
Setter for attribute layoutWidth. | |
grt::StringRef | lookupValueMethod () const |
Getter for attribute lookupValueMethod. | |
virtual void | lookupValueMethod (const grt::StringRef &value) |
Setter for attribute lookupValueMethod. | |
grt::StringRef | lookupValueModule () const |
Getter for attribute lookupValueModule. | |
virtual void | lookupValueModule (const grt::StringRef &value) |
Setter for attribute lookupValueModule. | |
grt::StringRef | paramType () const |
Getter for attribute paramType. | |
virtual void | paramType (const grt::StringRef &value) |
Setter for attribute paramType. | |
grt::DictRef | paramTypeDetails () const |
Getter for attribute paramTypeDetails (read-only). | |
grt::IntegerRef | required () const |
Getter for attribute required. | |
virtual void | required (const grt::IntegerRef &value) |
Setter for attribute required. |
a list of all parameters the Jdbc driver supports
grt::StringRef caption | ( | ) | const |
Getter for attribute caption.
the caption displayed in the connection dialog
virtual void caption | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute caption.
the caption displayed in the connection dialog
grt::StringRef defaultValue | ( | ) | const |
Getter for attribute defaultValue.
the default value of the parameter
virtual void defaultValue | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute defaultValue.
the default value of the parameter
grt::StringRef description | ( | ) | const |
Getter for attribute description.
the description displayed in the connection dialog
virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
the description displayed in the connection dialog
grt::IntegerRef layoutAdvanced | ( | ) | const |
Getter for attribute layoutAdvanced.
when set to 1 this is paramter is only displayed in the advanced parameter section
virtual void layoutAdvanced | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute layoutAdvanced.
when set to 1 this is paramter is only displayed in the advanced parameter section
grt::IntegerRef layoutRow | ( | ) | const |
Getter for attribute layoutRow.
the row the parameter is displayed. There can be more than one parameters on the same row. When set to -1 the parameter is appended at the end of the parameter list
virtual void layoutRow | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute layoutRow.
the row the parameter is displayed. There can be more than one parameters on the same row. When set to -1 the parameter is appended at the end of the parameter list
grt::IntegerRef layoutWidth | ( | ) | const |
Getter for attribute layoutWidth.
the width of the edit
virtual void layoutWidth | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute layoutWidth.
the width of the edit
virtual void lookupValueMethod | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute lookupValueMethod.
the method to call to get the list of possible values
grt::StringRef lookupValueMethod | ( | ) | const |
Getter for attribute lookupValueMethod.
the method to call to get the list of possible values
virtual void lookupValueModule | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute lookupValueModule.
the module that contains the method to call to get the list of possible values
grt::StringRef lookupValueModule | ( | ) | const |
Getter for attribute lookupValueModule.
the module that contains the method to call to get the list of possible values
grt::StringRef paramType | ( | ) | const |
Getter for attribute paramType.
can be string, int, boolean, tristate, file, dir
virtual void paramType | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute paramType.
can be string, int, boolean, tristate, file, dir
grt::DictRef paramTypeDetails | ( | ) | const |
Getter for attribute paramTypeDetails (read-only).
additional information e.g. like file extension
virtual void required | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute required.
if set to 1 this parameter is a required parameter
grt::IntegerRef required | ( | ) | const |
Getter for attribute required.
if set to 1 this parameter is a required parameter