SQL Connector
The SQL Connector feature of the connector enables applications to execute standard SQL queries
The connector does not support query prefixes, and instead determines which dialect to use based on the QueryDialect
connection setting. By default, QueryDialect
is set to SQL
so that the connector executes queries using standard SQL syntax. For more information, see QueryDialect.