The following properties in a SQL form handler component control mapping between the SQL table and the form:
Property | Function |
---|---|
| The names of columns to look up, update, and insert. If this property is not set, all columns in the table are used. |
| JDBC URL of the database connection to use. Typically, this is the URL of a connection pool in the form:
|
| Names of columns to use to find the row on which to perform lookup, update, and delete operations. |
| String representing a catalog name. If the active database user does not own the tables accessed by the SQL repository, this property is referenced once during initialization of the logger in a call to determine the column types. |
| String representing a schema name pattern. If the active database user does not own the tables accessed by the SQL Repository, this property is referenced once during initialization of the repository in a call to determine the column types. Set this property to the username of the database owner in the case required by your database for object identifiers. |
state | The current state of the SimpleSQLFormHandler component, expressed by one of the following integer/constants: 1: STATE_NOTSET 2: STATE_INVALID 3: STATE_VALID 4: STATE_CONFIG_ERROR 5: STATE_DB_ERROR |
| Database table used for this form handler. |
| String that can be prepended to the |
| Indicates whether or not the last operation succeeded. |
| Dictionary that stores the values of the current row. These values are split into two groups: those in the |