Uses of Interface
io.roastedroot.sqlite4j.ExtendedCommand.SQLExtension
-
Packages that use ExtendedCommand.SQLExtension Package Description io.roastedroot.sqlite4j -
-
Uses of ExtendedCommand.SQLExtension in io.roastedroot.sqlite4j
Classes in io.roastedroot.sqlite4j that implement ExtendedCommand.SQLExtension Modifier and Type Class Description static classExtendedCommand.BackupCommandstatic classExtendedCommand.RestoreCommandMethods in io.roastedroot.sqlite4j that return ExtendedCommand.SQLExtension Modifier and Type Method Description static ExtendedCommand.SQLExtensionExtendedCommand. parse(String sql)Parses extended commands of "backup" or "restore" for SQLite database.
-