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