Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.LockSegment
-
-
Uses of LockSegment 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 LockSegment Modifier and Type Method Description static Optional<LockSegment>SelectStatementHandler. getLockSegment(SelectStatement selectStatement)Get lock segment. -
Uses of LockSegment 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 LockSegment Modifier and Type Method Description Optional<LockSegment>MySQLSelectStatement. getLock()Get lock segment. -
Uses of LockSegment 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 LockSegment Modifier and Type Method Description Optional<LockSegment>OpenGaussSelectStatement. getLock()Get lock segment. -
Uses of LockSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml that return types with arguments of type LockSegment Modifier and Type Method Description Optional<LockSegment>OracleSelectStatement. getLock()Get lock segment. -
Uses of LockSegment 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 LockSegment Modifier and Type Method Description Optional<LockSegment>PostgreSQLSelectStatement. getLock()Get lock segment.
-