Class QueryRawStatement
java.lang.Object
com.firebolt.jdbc.statement.rawstatement.RawStatement
com.firebolt.jdbc.statement.rawstatement.QueryRawStatement
A query statement is a statement that returns data (Typically starts with
SELECT, SHOW, etc.)
-
Constructor Summary
ConstructorsConstructorDescriptionQueryRawStatement
(String sql, String cleanSql, List<ParamMarker> paramPositions) -
Method Summary
Methods inherited from class com.firebolt.jdbc.statement.rawstatement.RawStatement
getCleanSql, getParamMarkers, getSql, of, toString
-
Constructor Details
-
QueryRawStatement
-
-
Method Details
-
getStatementType
- Specified by:
getStatementType
in classRawStatement
-