public final class TAOSDialect extends MySqlDialect
ValuePost.MoreFilter| Constructor and Description |
|---|
TAOSDialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
createSql(io.xream.sqli.parser.Parsed parsed,
List<io.xream.sqli.parser.BeanElement> tempList) |
void |
filterTags(List<io.xream.sqli.parser.BeanElement> list,
List<Field> tagList) |
Object |
filterValue(Object value) |
String |
getInsertTagged() |
String |
getKey() |
Object |
mappingToObject(Object obj,
io.xream.sqli.parser.BeanElement element) |
List<Object> |
objectToListForCreate(Object obj,
io.xream.sqli.parser.Parsed parsed) |
buildPageSql, convertJsonToPersist, createOrReplaceSql, getAlterTableDelete, getAlterTableUpdate, getCommandDelete, getCommandUpdate, getLimitOne, toArr, transformAliaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultCreateSqlpublic String getKey()
getKey in interface io.xream.sqli.builder.DialectSupportgetKey in class MySqlDialectpublic String getInsertTagged()
getInsertTagged in interface io.xream.sqli.builder.DialectSupportgetInsertTagged in class MySqlDialectpublic void filterTags(List<io.xream.sqli.parser.BeanElement> list, List<Field> tagList)
filterTags in interface io.xream.sqli.builder.DialectSupportfilterTags in class MySqlDialectpublic Object filterValue(Object value)
filterValue in interface io.xream.sqli.builder.DialectSupportfilterValue in class MySqlDialectpublic Object mappingToObject(Object obj, io.xream.sqli.parser.BeanElement element)
mappingToObject in interface DialectmappingToObject in class MySqlDialectpublic List<Object> objectToListForCreate(Object obj, io.xream.sqli.parser.Parsed parsed)
objectToListForCreate in interface io.xream.sqli.builder.DialectSupportobjectToListForCreate in class MySqlDialectCopyright © 2021. All rights reserved.