diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-09-17 15:49:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-10-23 08:57:01 +0200 |
commit | 250e00a51dcf60ac2e028983f5d29c0f68748b38 (patch) | |
tree | 873fa3cda9642f3453dd89eafa0c4444ef5dcdc4 /offapi/UnoApi_offapi.mk | |
parent | d2c4108dcaf321d378ead479a181eda79a5200b5 (diff) |
Declare missing methods and constants to synchronize with JDBC 4.3
OpenJDK source has been used for the comments
Change-Id: Ic443ef1f50894eccd5233f2c629e227b8816a8fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173568
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/UnoApi_offapi.mk')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 30dbe69773a6..34c1d2bfdf9c 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -3292,7 +3292,9 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sdbc,\ ProcedureResult \ ResultSetConcurrency \ ResultSetType \ + RowIdLifetime \ SQLException \ + SQLState \ SQLWarning \ TransactionIsolation \ XArray \ @@ -3306,6 +3308,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sdbc,\ XDataSource \ XDatabaseMetaData \ XDatabaseMetaData2 \ + XDatabaseMetaData3 \ XDriver \ XDriverAccess \ XDriverManager \ |