| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateTableQuery |
interface |
DeleteQuery |
interface |
InsertQuery |
interface |
SelectQuery |
interface |
UpdateQuery |
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatement |
Dialect.prepareStatement(Connection conn,
Query query) |
static PreparedStatement |
Dialect.prepareStatement(Connection conn,
Query query) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLCreateTableQuery |
class |
MySQLDeleteQuery |
class |
MySQLInsertQuery |
class |
MySQLSelectQuery |
class |
MySQLUpdateQuery |
Copyright © 2023. All rights reserved.