Uses of Class
org.hsqldb.lib.tar.TarHeaderField
-
Packages that use TarHeaderField Package Description org.hsqldb.lib.tar Contains the DbBackupMain class, for offline backing up HyperSQL databases. -
-
Uses of TarHeaderField in org.hsqldb.lib.tar
Methods in org.hsqldb.lib.tar that return TarHeaderField Modifier and Type Method Description static TarHeaderField
TarHeaderField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TarHeaderField[]
TarHeaderField. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-