public final class InsertSQLStatementContext extends CommonSQLStatementContext
| Constructor and Description |
|---|
InsertSQLStatementContext(RelationMetas relationMetas,
List<Object> parameters,
InsertStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020 The Apache Software Foundation. All rights reserved.