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