public class OnConflict extends SqlPart
Constructor and Description |
---|
OnConflict() |
Modifier and Type | Method and Description |
---|---|
void |
collectParameterValues(List<Object> values) |
void |
collectSqlFragment(CodeWriter writer) |
OnConflict |
set(String columnName) |
OnConflict |
set(String columnName,
Object value) |
getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toString
public OnConflict set(String columnName, Object value)
public OnConflict set(String columnName)
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.