Class InsertStatementBuilder
java.lang.Object
org.apache.drill.exec.store.jdbc.utils.InsertStatementBuilder
-
Constructor Summary
ConstructorDescriptionInsertStatementBuilder
(List<String> tableIdentifier, org.apache.calcite.sql.SqlDialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRowValue
(org.apache.calcite.sql.SqlNode value) void
void
resetRow()
-
Constructor Details
-
InsertStatementBuilder
-
-
Method Details
-
addRowValue
public void addRowValue(org.apache.calcite.sql.SqlNode value) -
endRecord
public void endRecord() -
resetRow
public void resetRow() -
buildInsertQuery
-