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)
   110     boolean acceptsURL([in]
string url) raises (
SQLException);
   131     sequence<DriverPropertyInfo> getPropertyInfo([in]
string url,
   132                     [in] sequence<com::sun::star::beans::PropertyValue> info)
   139     long getMajorVersion();
   145     long getMinorVersion();
 represents a connection (session) with a specific database. 
Definition: XConnection.idl:49
 
Definition: Ambiguous.idl:20
 
is the interface that every driver class must implement. 
Definition: XDriver.idl:49
 
is an exception that provides information on a database access error. 
Definition: SQLException.idl:40
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45