Class SetParamRawStatement
java.lang.Object
com.firebolt.jdbc.statement.rawstatement.RawStatement
com.firebolt.jdbc.statement.rawstatement.SetParamRawStatement
A Set param statement is a special statement that sets a parameter internally
(this type of statement starts with SET)
-
Constructor Summary
ConstructorsConstructorDescriptionSetParamRawStatement
(String sql, String cleanSql, List<ParamMarker> paramPositions, Map.Entry<String, String> additionalProperty) -
Method Summary
Methods inherited from class com.firebolt.jdbc.statement.rawstatement.RawStatement
getCleanSql, getParamMarkers, getSql, of, toString
-
Constructor Details
-
SetParamRawStatement
-
-
Method Details
-
getStatementType
- Specified by:
getStatementType
in classRawStatement
-