Skip to content

Commit

Permalink
fix: Avoid another NULL
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
  • Loading branch information
manticore-projects committed Mar 11, 2024
1 parent 30db20f commit f6a2088
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/site/sphinx/javadoc_stable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


#######################################################################
API 1.4
API 1.5
#######################################################################

Base Package: com.manticore
Expand Down Expand Up @@ -397,6 +397,24 @@ H2MigrationTool
| :ref:`String<java.lang.String>` args

| **getDriverRecord** (version) → :ref:`DriverRecord<com.manticore.h2.DriverRecord>`
| :ref:`String<java.lang.String>` version
| returns :ref:`DriverRecord<com.manticore.h2.DriverRecord>`


| **writeScript** (driverRecord, databaseFileName, user, password, scriptFileName, options, connectionParameters) → :ref:`ScriptResult<com.manticore.h2.H2MigrationTool.ScriptResult>`
| :ref:`DriverRecord<com.manticore.h2.DriverRecord>` driverRecord
| :ref:`String<java.lang.String>` databaseFileName
| :ref:`String<java.lang.String>` user
| :ref:`String<java.lang.String>` password
| :ref:`String<java.lang.String>` scriptFileName
| :ref:`String<java.lang.String>` options
| :ref:`String<java.lang.String>` connectionParameters
| returns :ref:`ScriptResult<com.manticore.h2.H2MigrationTool.ScriptResult>`


| **writeRecoveryScript** (driverRecord, folderName, databaseFileName) → :ref:`ScriptResult<com.manticore.h2.H2MigrationTool.ScriptResult>`
| :ref:`DriverRecord<com.manticore.h2.DriverRecord>` driverRecord
| :ref:`String<java.lang.String>` folderName
Expand Down

0 comments on commit f6a2088

Please sign in to comment.