Apama 10.7.2 | Connecting Apama Applications to External Components | Standard IAF Plug-ins | The Database Connector IAF Adapter (ADBC) | The ADBCHelper application programming interface | Getting schema information
 
Getting schema information
The following actions return information about a table in a database. The actions are only valid in the handleResult action specified in a doSQLQuery, doSQLQueryOnError, or doSQLQueryAck operation when dealing with a returned row.
action getSchemaFieldOrder() returns sequence< string >
action getSchemaFieldTypes() returns dictionary< string, string >
action getSchemaIndexFields() returns sequence< string >