public class InsertRow extends H2SqlPart
| Constructor and Description |
|---|
InsertRow() |
| Modifier and Type | Method and Description |
|---|---|
InsertRow |
add(String columnName,
Object value)
Adds a column-value pair to this row.
|
void |
collectSqlFragment(CodeWriter writer) |
List<InsertValue> |
getValues()
Returns the list of insert values for this row.
|
escapeKeyword, placeBackTickscollectParameterValues, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toStringpublic List<InsertValue> getValues()
public InsertRow add(String columnName, Object value)
columnName - the column namevalue - the value to insertpublic void collectSqlFragment(CodeWriter writer)
collectSqlFragment in class SqlPartCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.