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 60: Line 60:
 
|-
 
|-
 
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XCloseable.html XCloseable]
 
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XCloseable.html XCloseable]
| Required by [ http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement] - is it optional?
+
| Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement] - is it optional?
 
|
 
|
 
|  
 
|  
 
|-
 
|-
 
|[http://api.openoffice.org/docs/common/ref/com/sun/star/beans/XPropertySet.html XPropertySet]
 
|[http://api.openoffice.org/docs/common/ref/com/sun/star/beans/XPropertySet.html XPropertySet]
| Required by [ http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement]
+
|Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement]
 +
|
 +
|
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XParameters.html XParameters]
 +
|Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement]
 +
|
 +
|
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XWarningsSupplier.html XWarningSupplier]
 +
|Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement]
 +
|
 +
|
 +
|-
 +
|[http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/XMultipleResults.html XMultipleResults]
 +
|Required by [http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/PreparedStatement.html PreparedStatement]
 
|
 
|
 
|
 
|
 
|}
 
|}

Revision as of 15:38, 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
XPropertySet Required by ResultSet Missing, use wrapper
XResultSetMetaDataSupplier Required by ResultSet, returns XResultSetMetaData, one method only ResultSetMetadata Use wrapper
XResultSetMetaData ResultSetMetadata Use wrapper
XRowUpdate Required by ResultSet
XPreparedStatement PreparedStatement 50% done (13.05.2008)
XCloseable Required by PreparedStatement - is it optional?
XPropertySet Required by PreparedStatement
XParameters Required by PreparedStatement
XWarningSupplier Required by PreparedStatement
XMultipleResults Required by PreparedStatement
Personal tools