Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.ReturningSegment
-
-
Uses of ReturningSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type ReturningSegment Modifier and Type Method Description static Optional<ReturningSegment>InsertStatementHandler. getReturningSegment(InsertStatement insertStatement)Get returning segment of insert statement. -
Uses of ReturningSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml that return types with arguments of type ReturningSegment Modifier and Type Method Description Optional<ReturningSegment>OpenGaussInsertStatement. getReturningSegment()Get returning segment. -
Uses of ReturningSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml that return types with arguments of type ReturningSegment Modifier and Type Method Description Optional<ReturningSegment>PostgreSQLInsertStatement. getReturningSegment()Get returning segment.
-