public final class InsertValueContext extends Object
| Constructor and Description |
|---|
InsertValueContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> assignments,
List<Object> parameters,
int parametersOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getParameterIndex(int index)
Get parameter index via column index.
|
Object |
getValue(int index)
Get value.
|
public InsertValueContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> assignments, List<Object> parameters, int parametersOffset)
public Object getValue(int index)
index - indexpublic int getParameterIndex(int index)
index - column indexCopyright © 2021 The Apache Software Foundation. All rights reserved.