20 module 
com {  module sun {  module star {  module sdbc {
 
   22 published 
interface XConnection;
 
   23 published 
interface XDriverManager;
 
   95                [in]sequence<com::sun::star::beans::PropertyValue> info)
 
  132                    [in] sequence<com::sun::star::beans::PropertyValue> info)
 
 
is an exception that provides information on a database access error.
Definition SQLException.idl:41
represents a connection (session) with a specific database.
Definition XConnection.idl:50
is the interface that every driver class must implement.
Definition XDriver.idl:50
sequence< DriverPropertyInfo > getPropertyInfo([in]string url, [in] sequence< com::sun::star::beans::PropertyValue > info)
gets information about the possible properties for this driver.
long getMajorVersion()
gets the driver's major version number.
boolean acceptsURL([in]string url)
returns TRUE if the driver thinks that it can open a connection to the given URL.
long getMinorVersion()
gets the driver's minor version number.
XConnection connect([in]string url, [in]sequence< com::sun::star::beans::PropertyValue > info)
attempts to make a database connection to the given URL.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20