OTX Reference
|
|
Read and write access to SQL databases More...
Namespaces | |
namespace | Actions |
Lists all ActionRealisation extensions. | |
namespace | DataTypes |
Data types, see also Core data types. | |
namespace | Exceptions |
Error handling. | |
namespace | Terms |
Lists all Terms. | |
namespace | Variables |
Variable Access. | |
Classes | |
class | CheckerRule |
Comprehensive checker rule listing, see also Core checker rules. More... | |
Read and write access to SQL databases
The purpose of the OTX SQL Extension is to provide simple actions and terms to handle an access to a OTX SQL Extension database. It allows connections to a database and OTX SQL Extension commands for manipulating the data within the database.
The types of OTX SQL Extension will be mapped to OTX and vice versa as described in the next table.
SQL | OTX |
---|---|
integer | Integer |
numeric, decimal | Float |
float | Float |
real | Float |
double | Float |
character, char | String |
varchar | String |
text | String |
date | String |
time | String |
timestamp | String |
boolean | Boolean |
blod, clod | ByteField |
other data types | not spec |