public final class InsertSQLStatementContext extends CommonSQLStatementContext
| 构造器和说明 |
|---|
InsertSQLStatementContext(RelationMetas relationMetas,
List<Object> parameters,
InsertStatement sqlStatement) |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<String> |
getDescendingColumnNames()
Get column names for descending order.
|
List<List<Object>> |
getGroupedParameters()
Get grouped parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSqlStatement, getTablesContextpublic InsertSQLStatementContext(RelationMetas relationMetas, List<Object> parameters, InsertStatement sqlStatement)
Copyright © 2019 The Apache Software Foundation. All rights reserved.