Package com.firebolt.jdbc.statement.rawstatement
package com.firebolt.jdbc.statement.rawstatement
-
ClassDescriptionA non query statement is a statement that does not return data (such as INSERT)A query statement is a statement that returns data (Typically starts with SELECT, SHOW, etc.)A Set param statement is a special statement that sets a parameter internally (this type of statement starts with SET)