| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery |
UpdateQuery.set(FieldMeta field,
Query.QueryValue value) |
UpdateQuery |
UpdateQuery.set(FieldMeta field,
Query.QueryValue value) |
UpdateQuery |
UpdateQuery.set(Map<FieldMeta,Query.QueryValue> valueMap) |
UpdateQuery |
UpdateQuery.set(Map<FieldMeta,Query.QueryValue> valueMap) |
UpdateQuery |
UpdateQuery.setDefault(FieldMeta field) |
UpdateQuery |
UpdateQuery.setDefault(FieldMeta field) |
UpdateQuery |
UpdateQuery.setDefaults(Iterable<FieldMeta> fields) |
UpdateQuery |
UpdateQuery.setDefaults(Iterable<FieldMeta> fields) |
abstract UpdateQuery |
Dialect.update(TableMeta table) |
abstract UpdateQuery |
Dialect.update(TableMeta table) |
UpdateQuery |
UpdateQuery.where(Query.Condition condition) |
UpdateQuery |
UpdateQuery.where(Query.Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLUpdateQuery |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery |
MySQLUpdateQuery.set(FieldMeta field,
Query.QueryValue value) |
UpdateQuery |
MySQLUpdateQuery.set(FieldMeta field,
Query.QueryValue value) |
UpdateQuery |
MySQLUpdateQuery.set(Map<FieldMeta,Query.QueryValue> valueMap) |
UpdateQuery |
MySQLUpdateQuery.set(Map<FieldMeta,Query.QueryValue> valueMap) |
UpdateQuery |
MySQLUpdateQuery.setDefault(FieldMeta field) |
UpdateQuery |
MySQLUpdateQuery.setDefault(FieldMeta field) |
UpdateQuery |
MySQLUpdateQuery.setDefaults(Iterable<FieldMeta> fields) |
UpdateQuery |
MySQLUpdateQuery.setDefaults(Iterable<FieldMeta> fields) |
UpdateQuery |
MySQLDialect.update(TableMeta table) |
UpdateQuery |
MySQLDialect.update(TableMeta table) |
UpdateQuery |
MySQLUpdateQuery.where(Query.Condition condition) |
UpdateQuery |
MySQLUpdateQuery.where(Query.Condition condition) |
Copyright © 2023. All rights reserved.