Uses of Class
com.databricks.jdbc.common.util.InsertStatementParser.InsertInfo
Packages that use InsertStatementParser.InsertInfo
-
Uses of InsertStatementParser.InsertInfo in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return InsertStatementParser.InsertInfoModifier and TypeMethodDescriptionInsertStatementParser.parseInsert(String sql) Parses an INSERT statement to extract table and column information.InsertStatementParser.parseInsertStrict(String sql) Parses an INSERT statement to extract table and column information with strict error handling.Methods in com.databricks.jdbc.common.util with parameters of type InsertStatementParser.InsertInfoModifier and TypeMethodDescriptionstatic StringInsertStatementParser.generateMultiRowInsert(InsertStatementParser.InsertInfo insertInfo, int numberOfRows) Generates a multi-row INSERT statement from the template and number of rows.booleanInsertStatementParser.InsertInfo.isCompatibleWith(InsertStatementParser.InsertInfo other) Checks if this INSERT is compatible with another INSERT for batching.