public interface ToSql
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getPvList()
Pv List
|
String |
getTable()
get table name
|
void |
setUsePlaceholder(boolean isUsePlaceholder) |
String |
toSQL()
to SQL statement,and update context.
|
String |
toSQL(boolean noSemicolon)
to SQL statement.
|
String toSQL()
String toSQL(boolean noSemicolon)
noSemicolon - true means: no semicolon.void setUsePlaceholder(boolean isUsePlaceholder)
isUsePlaceholder - List<?> getPvList()
String getTable()
Copyright © 2024. All rights reserved.