public class InsertRow extends MySqlPart
| Constructor and Description |
|---|
InsertRow() |
| Modifier and Type | Method and Description |
|---|---|
InsertRow |
add(String columnName,
Object value) |
void |
collectSqlFragment(CodeWriter writer) |
List<InsertValue> |
getValues() |
escapeKeyword, placeBackTickscollectParameterValues, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toStringpublic List<InsertValue> getValues()
public void collectSqlFragment(CodeWriter writer)
collectSqlFragment in class SqlPartCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.