Index

C D J O 
All Classes and Interfaces|All Packages|Constant Field Values

O

org.osgi.service.jdbc - package org.osgi.service.jdbc
JDBC Service Package Version 1.1.
OSGI_JDBC_CAPABILITY - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a DataSourceFactory to declare the capabilities when registering a JDBC DataSourceFactory service.
OSGI_JDBC_CAPABILITY_CONNECTIONPOOLDATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
OSGI_JDBC_CAPABILITY service property which indicates that the DataSourceFactory is able to provide a ConnectionPoolDataSource invoking the createConnectionPoolDataSource(Properties props) method.
OSGI_JDBC_CAPABILITY_DATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
OSGI_JDBC_CAPABILITY service property which indicates that the DataSourceFactory is able to provide a DataSource invoking the createDataSource(Properties props) method.
OSGI_JDBC_CAPABILITY_DRIVER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
OSGI_JDBC_CAPABILITY service property which indicates that the DataSourceFactory is able to provide a Driver invoking the createDriver(Properties props) method.
OSGI_JDBC_CAPABILITY_XADATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
OSGI_JDBC_CAPABILITY service property which indicates that the DataSourceFactory is able to provide a XADataSource invoking the createXADataSource(Properties props) method.
OSGI_JDBC_DRIVER_CLASS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver class when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver name when registering a JDBC DataSourceFactory service.
OSGI_JDBC_DRIVER_VERSION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
Service property used by a JDBC driver to declare the driver version when registering a JDBC DataSourceFactory service.
C D J O 
All Classes and Interfaces|All Packages|Constant Field Values