public final class InsertValue extends MySqlPart
Constructor and Description |
---|
InsertValue(String columnName) |
InsertValue(String columnName,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
collectSqlFragment(CodeWriter writer) |
String |
getColumnName() |
Object |
getValue() |
escapeKeyword, placeBackTicks
collectParameterValues, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toString
public InsertValue(String columnName)
public String getColumnName()
public Object getValue()
public void collectSqlFragment(CodeWriter writer)
collectSqlFragment
in class SqlPart
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.