File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/net/sf/jsqlparser/util/validation/validator Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -267,21 +267,26 @@ public void visit(CreateSynonym createSynonym) {
267
267
268
268
@ Override
269
269
public void visit (SavepointStatement savepointStatement ) {
270
+ //TODO: not yet implemented
270
271
}
271
272
272
273
@ Override
273
274
public void visit (RollbackStatement rollbackStatement ) {
275
+ //TODO: not yet implemented
274
276
}
275
277
276
278
@ Override
277
279
public void visit (AlterSession alterSession ) {
280
+ //TODO: not yet implemented
278
281
}
279
282
280
283
@ Override
281
284
public void visit (RenameTableStatement renameTableStatement ) {
285
+ //TODO: not yet implemented
282
286
}
283
287
284
288
@ Override
285
289
public void visit (PurgeStatement purgeStatement ) {
290
+ //TODO: not yet implemented
286
291
}
287
292
}
You can’t perform that action at this time.
0 commit comments