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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Mapping from SDBC(X) to the MySQL library interface)
(Mapping from SDBC(X) to the MySQL library interface)
Line 23: Line 23:
 
|Driver
 
|Driver
 
|2 methods missing, use wrapper to provide them
 
|2 methods missing, use wrapper to provide them
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XResultSet.html XResultSet]
 +
|
 +
|ResultSet
 +
|2 methods missing
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XColumnLocate.html XColumnLocate]
 +
|Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/ResultSet.html ResultSet] (?)
 +
|PreparedResultSet::findColumn() - ResultSet::findColumn()
 +
|Use wrapper
 
|}
 
|}

Revision as of 15:09, 13 May 2008

Mapping from SDBC(X) to the MySQL library interface

Note: There will be an additional wrapper (Connector/OOo) 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
XResultSet ResultSet 2 methods missing
XColumnLocate Required by ResultSet (?) PreparedResultSet::findColumn() - ResultSet::findColumn() Use wrapper
Personal tools