Package com.aerospike.jdbc.util
Class AuxStatementParser
java.lang.Object
com.aerospike.jdbc.util.AuxStatementParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic AerospikeQueryA hack method to parse queries which are currently not supported by the parser.
-
Method Details
-
hack
A hack method to parse queries which are currently not supported by the parser.- Parameters:
sql- the original SQL query string.- Returns:
- an
AerospikeQuery - Throws:
SQLException- if no match.
-