|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.content.document.jdbc.Driver
A JDBC driver that maps onto DocumentProviders.
This driver only supports CallableStatements and a very limited set of statements calls (i.e. no SQL).
This driver responds to url of the form "jdbc:beasys:docmgmt". The document provider implementation class name is expected either in the configuration properties at "documentProvider" or after the url, as in "jdbc:beasys:docmgmt:ProviderClass". The configuration properties passed into the connection method will be forwarded onto the DocumentProvider's init() method.
| Field Summary | |
static String |
URL_PREFIX
Deprecated. |
| Constructor Summary | |
Driver()
Deprecated. |
|
| Method Summary | |
boolean |
acceptsURL(String url)
Deprecated. Tell if this driver accepts the specific JDBC url. |
Connection |
connect(String url,
Properties info)
Deprecated. Open a connection to the document management system. |
int |
getMajorVersion()
Deprecated. Get the driver major version. |
int |
getMinorVersion()
Deprecated. Get the driver minor version. |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info)
Deprecated. Return driver property info based upon the specified configuration. |
boolean |
jdbcCompliant()
Deprecated. Tell if this driver is JDBC compliant. |
void |
setClassLoader(ClassLoader classLoader)
Deprecated. Set the ClassLoader this should use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String URL_PREFIX
| Constructor Detail |
public Driver()
| Method Detail |
public boolean acceptsURL(String url)
This driver only accepts urls beginning with "jdbc:beasys:docmgmt".
acceptsURL in interface Driverurl - the url to check.
public Connection connect(String url,
Properties info)
throws SQLException
connect in interface Driverurl - the JDBC url.info - the configuration properties.
SQLException - thrown on an error.public int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driver
public DriverPropertyInfo[] getPropertyInfo(String url,
Properties info)
getPropertyInfo in interface Driverurl - the JDBC url.info - the configuration properties so far.
public boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic void setClassLoader(ClassLoader classLoader)
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||