Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.OnDuplicateKeyColumnsSegment
-
-
Uses of OnDuplicateKeyColumnsSegment 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 OnDuplicateKeyColumnsSegment Modifier and Type Method Description static Optional<OnDuplicateKeyColumnsSegment>InsertStatementHandler. getOnDuplicateKeyColumnsSegment(InsertStatement insertStatement)Get On duplicate key columns segment. -
Uses of OnDuplicateKeyColumnsSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml that return types with arguments of type OnDuplicateKeyColumnsSegment Modifier and Type Method Description Optional<OnDuplicateKeyColumnsSegment>MySQLInsertStatement. getOnDuplicateKeyColumns()Get on duplicate key columns segment. -
Uses of OnDuplicateKeyColumnsSegment 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 OnDuplicateKeyColumnsSegment Modifier and Type Method Description Optional<OnDuplicateKeyColumnsSegment>OpenGaussInsertStatement. getOnDuplicateKeyColumns()Get on duplicate key columns segment. -
Uses of OnDuplicateKeyColumnsSegment 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 OnDuplicateKeyColumnsSegment Modifier and Type Method Description Optional<OnDuplicateKeyColumnsSegment>PostgreSQLInsertStatement. getOnDuplicateKeyColumns()Get on duplicate key columns segment.
-