Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OutputSegment
-
Packages that use OutputSegment Package Description org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml -
-
Uses of OutputSegment 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 OutputSegment Modifier and Type Method Description static Optional<OutputSegment>DeleteStatementHandler. getOutputSegment(DeleteStatement deleteStatement)Get output segment.static Optional<OutputSegment>InsertStatementHandler. getOutputSegment(InsertStatement insertStatement)Get output segment. -
Uses of OutputSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml that return types with arguments of type OutputSegment Modifier and Type Method Description Optional<OutputSegment>SQLServerDeleteStatement. getOutputSegment()Get output segment.Optional<OutputSegment>SQLServerInsertStatement. getOutputSegment()Get output segment.
-