Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.InsertColumnsSegment
-
Packages that use InsertColumnsSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.dml -
-
Uses of InsertColumnsSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.dml that return types with arguments of type InsertColumnsSegment Modifier and Type Method Description Optional<InsertColumnsSegment>InsertStatement. getInsertColumns()Get insert columns segment.
-