Uses of Class
com.github.hypfvieh.db.H2Util.H2VersionInfo
Packages that use H2Util.H2VersionInfo
-
Uses of H2Util.H2VersionInfo in com.github.hypfvieh.db
Classes in com.github.hypfvieh.db that implement interfaces with type arguments of type H2Util.H2VersionInfoModifier and TypeClassDescriptionstatic classEncapsulates version information of H2 database file.Methods in com.github.hypfvieh.db that return H2Util.H2VersionInfoModifier and TypeMethodDescriptionstatic H2Util.H2VersionInfoH2Util.findH2Version(InputStream _input) Reads the given stream and tries to extract the version information.
If version information cannot be determined,nullis returned.Methods in com.github.hypfvieh.db with parameters of type H2Util.H2VersionInfo