Difference between revisions of "Database/Drivers/MySQL Native/SDBC(X)2MySQL"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == Mapping from SDBC(X) to the MySQL interface == {|class="wikitable" !SDBC(X) !MySQL !Comment |- |XConnection |Connection |5 methods missing (13.05.2008) |})
 
(Mapping from SDBC(X) to the MySQL interface)
Line 1: Line 1:
== Mapping from SDBC(X) to the MySQL interface ==
+
== Mapping from SDBC(X) to the MySQL library interface ==
 +
 
 +
Note: There will be an additional wrapper to provide functionality not provided by the MySQL library interface.
  
 
{|class="wikitable"
 
{|class="wikitable"
 
!SDBC(X)
 
!SDBC(X)
 +
!Comment
 
!MySQL
 
!MySQL
 
!Comment
 
!Comment
 
|-
 
|-
|XConnection
+
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XConnection.html XConnection]
 +
|
 
|Connection
 
|Connection
 
|5 methods missing (13.05.2008)
 
|5 methods missing (13.05.2008)
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XDatabaseMetaData.html XDatabaseMetaData]
 +
|
 +
|ConnectionMetaData
 +
|80% done (13.05.2008)
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XDriver.html XDriver]
 +
|
 +
|Driver
 +
|2 methods missing, use wrapper to provide them
 
|}
 
|}

Revision as of 14:58, 13 May 2008

Mapping from SDBC(X) to the MySQL library interface

Note: There will be an additional wrapper to provide functionality not provided by the MySQL library interface.

SDBC(X) Comment MySQL Comment
XConnection Connection 5 methods missing (13.05.2008)
XDatabaseMetaData ConnectionMetaData 80% done (13.05.2008)
XDriver Driver 2 methods missing, use wrapper to provide them
Personal tools