Uses of Interface
org.sqlite.ExtendedCommand.SQLExtension
-
Packages that use ExtendedCommand.SQLExtension Package Description org.sqlite -
-
Uses of ExtendedCommand.SQLExtension in org.sqlite
Classes in org.sqlite that implement ExtendedCommand.SQLExtension Modifier and Type Class Description static class
ExtendedCommand.BackupCommand
static class
ExtendedCommand.RestoreCommand
Methods in org.sqlite that return ExtendedCommand.SQLExtension Modifier and Type Method Description static ExtendedCommand.SQLExtension
ExtendedCommand. parse(String sql)
Parses extended commands of "backup" or "restore" for SQLite database.
-