| Modifier and Type | Class and Description |
|---|---|
static class |
Insert.Columns<T extends Model> |
static class |
Insert.Into<T extends Model> |
static class |
Insert.Values<T extends Model> |
Query.MalformedQueryException| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPartSql() |
static <T extends Model> |
into(java.lang.Class<T> table) |
getArgs, getPartArgs, getSql, toStringArraypublic static <T extends Model> Insert.Into<T> into(java.lang.Class<T> table)
public java.lang.String getPartSql()
getPartSql in class QueryBase