Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SubqueryTableSegment
-
Packages that use SubqueryTableSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.util -
-
Uses of SubqueryTableSegment in org.apache.shardingsphere.sql.parser.sql.common.util
Methods in org.apache.shardingsphere.sql.parser.sql.common.util that return types with arguments of type SubqueryTableSegment Modifier and Type Method Description static List<SubqueryTableSegment>SQLUtils. getSubqueryTableSegmentFromTableSegment(TableSegment tableSegment)Get subquery from tableSegment.
-