Uses of Record Class
org.umlg.sqlg.strategy.SqlgSqlExecutor.DropQuery
Packages that use SqlgSqlExecutor.DropQuery
-
Uses of SqlgSqlExecutor.DropQuery in org.umlg.sqlg.sql.dialect
Methods in org.umlg.sqlg.sql.dialect that return types with arguments of type SqlgSqlExecutor.DropQueryModifier and TypeMethodDescriptiondefault List<SqlgSqlExecutor.DropQuery>
SqlDialect.drop
(SqlgGraph sqlgGraph, String leafElementsToDelete, String edgesToDelete, LinkedList<SchemaTableTree> distinctQueryStack) if the query traverses edges then the deletion logic is non trivial.default List<SqlgSqlExecutor.DropQuery>
SqlDialect.sqlTruncate
(SqlgGraph sqlgGraph, SchemaTable schemaTable) -
Uses of SqlgSqlExecutor.DropQuery in org.umlg.sqlg.sql.parse
Methods in org.umlg.sqlg.sql.parse that return types with arguments of type SqlgSqlExecutor.DropQueryModifier and TypeMethodDescriptionSchemaTableTree.constructDropSql
(LinkedList<SchemaTableTree> distinctQueryStack)