| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Field and Description |
|---|---|
static Owner |
Owner.SYSTEM |
static Owner |
Owner.SYSTEM |
static Owner |
Owner.TEST |
static Owner |
Owner.TEST |
static Owner |
Owner.USER |
static Owner |
Owner.USER |
| Modifier and Type | Method and Description |
|---|---|
Owner |
Dialect.owner(String name) |
Owner |
Dialect.owner(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract TableMeta |
Dialect.table(Owner owner,
String name) |
abstract TableMeta |
Dialect.table(Owner owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Owner |
MySQLDialect.owner(String name) |
Owner |
MySQLDialect.owner(String name) |
| Modifier and Type | Method and Description |
|---|---|
TableMeta |
MySQLDialect.table(Owner owner,
String name) |
TableMeta |
MySQLDialect.table(Owner owner,
String name) |
| Constructor and Description |
|---|
MySQLTableMeta(Owner owner,
String name) |
MySQLTableMeta(Owner owner,
String name) |
Copyright © 2023. All rights reserved.