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 classExtendedCommand.BackupCommandstatic classExtendedCommand.RestoreCommandMethods in org.sqlite 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.
-