java.lang.Object
com.github.hypfvieh.db.H2Util
Utility methods to work with H2 database files.
- Seit:
- 1.2.1 - 2024-03-21
- Autor:
- hypfvieh
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classEncapsulates version information of H2 database file. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic H2Util.H2VersionInfofindH2Version(InputStream _input) Reads the given stream and tries to extract the version information.
If version information cannot be determined,nullis returned.
-
Konstruktordetails
-
H2Util
public H2Util()
-
-
Methodendetails
-
findH2Version
Reads the given stream and tries to extract the version information.
If version information cannot be determined,nullis returned.Given stream will be closed after operation.
- Parameter:
_input- input stream to H2 file- Gibt zurück:
- version info or
nullif version cannot be found - Löst aus:
IOException- when read operation fails
-