| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
SelectQuery.from(TableMeta... tables) |
SelectQuery |
SelectQuery.from(TableMeta... tables) |
abstract SelectQuery |
Dialect.select(FieldMeta... fields) |
abstract SelectQuery |
Dialect.select(FieldMeta... fields) |
SelectQuery |
SelectQuery.where(Query.Condition condition) |
SelectQuery |
SelectQuery.where(Query.Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLSelectQuery |
| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
MySQLSelectQuery.from(TableMeta... tables) |
SelectQuery |
MySQLSelectQuery.from(TableMeta... tables) |
SelectQuery |
MySQLDialect.select(FieldMeta... fields) |
SelectQuery |
MySQLDialect.select(FieldMeta... fields) |
SelectQuery |
MySQLSelectQuery.where(Query.Condition condition) |
SelectQuery |
MySQLSelectQuery.where(Query.Condition condition) |
Copyright © 2023. All rights reserved.