public class MySQLInsertQuery extends Object implements InsertQuery
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLInsertQuery.MySQLInsertRow |
Query.Condition, Query.QueryOperator, Query.QueryTest, Query.QueryValue| Constructor and Description |
|---|
MySQLInsertQuery(TableMeta table) |
| Modifier and Type | Method and Description |
|---|---|
MySQLInsertQuery |
cols(FieldMeta... fields) |
default Dialect |
dialect() |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
MySQLInsertQuery.MySQLInsertRow |
row() |
MySQLInsertQuery |
values(Query.QueryValue[]... rows) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdialect, testpublic MySQLInsertQuery(TableMeta table)
public MySQLInsertQuery cols(FieldMeta... fields)
cols in interface InsertQuerypublic MySQLInsertQuery values(Query.QueryValue[]... rows)
values in interface InsertQuerypublic MySQLInsertQuery.MySQLInsertRow row()
row in interface InsertQuerypublic com.hk.str.HTMLText print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values)
print in interface Dialect.DialectOwnerpublic Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.