Uses of Class
org.apache.shardingsphere.infra.binder.segment.insert.keygen.GeneratedKeyContext
-
Packages that use GeneratedKeyContext Package Description org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine org.apache.shardingsphere.infra.binder.statement.dml -
-
Uses of GeneratedKeyContext in org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine
Methods in org.apache.shardingsphere.infra.binder.segment.insert.keygen.engine that return types with arguments of type GeneratedKeyContext Modifier and Type Method Description Optional<GeneratedKeyContext>GeneratedKeyContextEngine. createGenerateKeyContext(List<String> insertColumnNames, List<List<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment>> valueExpressions, List<Object> params)Create generate key context. -
Uses of GeneratedKeyContext in org.apache.shardingsphere.infra.binder.statement.dml
Methods in org.apache.shardingsphere.infra.binder.statement.dml that return types with arguments of type GeneratedKeyContext Modifier and Type Method Description Optional<GeneratedKeyContext>InsertStatementContext. getGeneratedKeyContext()Get generated key context.
-