| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateTableQuery |
interface |
DeleteQuery |
interface |
FieldMeta |
interface |
InsertQuery |
interface |
Query |
static interface |
Query.Condition |
static interface |
Query.QueryOperator |
static interface |
Query.QueryTest |
static interface |
Query.QueryValue |
interface |
SelectQuery |
interface |
TableMeta |
interface |
UpdateQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnMeta |
| Modifier and Type | Method and Description |
|---|---|
default void |
Dialect.DialectOwner.test(Dialect.DialectOwner dialectOwner) |
default void |
Dialect.DialectOwner.test(Dialect.DialectOwner dialectOwner) |
static String |
Dialect.toString(Dialect.DialectOwner o) |
static String |
Dialect.toString(Dialect.DialectOwner o) |
| Modifier and Type | Interface and Description |
|---|---|
(package private) static interface |
com.hk.dialect.mysql.MySQLDialect.MySQLDialectOwner |
interface |
MySQLQueryValue |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLColumnMeta |
class |
MySQLCompoundValue |
class |
MySQLCondition |
class |
MySQLCreateTableQuery |
class |
MySQLDeleteQuery |
static class |
MySQLDialect.MySQLQueryOperator |
static class |
MySQLDialect.MySQLQueryTest |
class |
MySQLFieldMeta |
class |
MySQLInsertQuery |
class |
MySQLPrimitiveValueMeta |
class |
MySQLSelectQuery |
class |
MySQLTableMeta |
class |
MySQLUpdateQuery |
Copyright © 2023. All rights reserved.