this class provides an inbound table mapper based on TableMapper::InboundTableMapper with consistent constructor arguments
More...
|
| constructor (hash< auto > mapv, *hash< auto > opts) |
| create the object based on the option arguments More...
|
|
|
const | OptionKeys |
| valid mapper keys
|
|
const | UserOptions |
| valid user options
|
|
this class provides an inbound table mapper based on TableMapper::InboundTableMapper with consistent constructor arguments
◆ constructor()
OMQ::QorusInboundTableMapper::constructor |
( |
hash< auto > |
mapv, |
|
|
*hash< auto > |
opts |
|
) |
| |
create the object based on the option arguments
- Parameters
-
- Exceptions
-
MAP-ERROR | the map hash has a logical error (ex: 'trunc' key given without 'maxlen', invalid map key) |
UNKNOWN-COLUMN | field name not recognized |
MISSING-COLUMN | map is missing a mapping for a column with a NOT NULL constraint |
- Note
- other exceptions can be thrown by SqlUtil in case of errors acquiring the Table
The documentation for this class was generated from the following file: