| Package | Description |
|---|---|
| com.hk.dialect | |
| com.hk.dialect.mysql |
| Modifier and Type | Method and Description |
|---|---|
InsertQuery |
InsertQuery.cols(FieldMeta... fields) |
InsertQuery |
InsertQuery.cols(FieldMeta... fields) |
InsertQuery |
InsertRow.insert() |
InsertQuery |
InsertRow.insert() |
abstract InsertQuery |
Dialect.insert(TableMeta table) |
abstract InsertQuery |
Dialect.insert(TableMeta table) |
InsertQuery |
InsertQuery.values(Query.QueryValue[]... values) |
InsertQuery |
InsertQuery.values(Query.QueryValue[]... values) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLInsertQuery |
| Modifier and Type | Method and Description |
|---|---|
InsertQuery |
MySQLDialect.insert(TableMeta table) |
InsertQuery |
MySQLDialect.insert(TableMeta table) |
Copyright © 2023. All rights reserved.