Index
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
DataSourceFactoryto declare the capabilities when registering a JDBC DataSourceFactory service. - OSGI_JDBC_CAPABILITY_CONNECTIONPOOLDATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
OSGI_JDBC_CAPABILITYservice property which indicates that theDataSourceFactoryis able to provide aConnectionPoolDataSourceinvoking thecreateConnectionPoolDataSource(Properties props)method. - OSGI_JDBC_CAPABILITY_DATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
OSGI_JDBC_CAPABILITYservice property which indicates that theDataSourceFactoryis able to provide aDataSourceinvoking thecreateDataSource(Properties props)method. - OSGI_JDBC_CAPABILITY_DRIVER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
OSGI_JDBC_CAPABILITYservice property which indicates that theDataSourceFactoryis able to provide aDriverinvoking thecreateDriver(Properties props)method. - OSGI_JDBC_CAPABILITY_XADATASOURCE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
-
OSGI_JDBC_CAPABILITYservice property which indicates that theDataSourceFactoryis able to provide aXADataSourceinvoking thecreateXADataSource(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.
All Classes and Interfaces|All Packages|Constant Field Values