Index

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

C

createConnectionPoolDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new ConnectionPoolDataSource using the given properties.
createDataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new DataSource using the given properties.
createDriver(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new Driver using the given properties.
createXADataSource(Properties) - Method in interface org.osgi.service.jdbc.DataSourceFactory
Create a new XADataSource using the given properties.

D

DataSourceFactory - Interface in org.osgi.service.jdbc
A factory for JDBC connection factories.

J

JDBC_DATABASE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "databaseName" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_DATASOURCE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "dataSourceName" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_DESCRIPTION - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "description" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_INITIAL_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "initialPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_MAX_IDLE_TIME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxIdleTime" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_MAX_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_MAX_STATEMENTS - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "maxStatements" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_MIN_POOL_SIZE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "minPoolSize" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_NETWORK_PROTOCOL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "networkProtocol" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_PASSWORD - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "password" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_PORT_NUMBER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "portNumber" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_PROPERTY_CYCLE - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "propertyCycle" property that ConnectionPoolDataSource and XADataSource clients may supply a value for when calling createConnectionPoolDataSource(Properties) or createXADataSource(Properties) on drivers that support this property.
JDBC_ROLE_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "roleName" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_SERVER_NAME - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "serverName" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_URL - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "url" property that DataSource clients should supply a value for when calling createDataSource(Properties).
JDBC_USER - Static variable in interface org.osgi.service.jdbc.DataSourceFactory
The "user" property that DataSource clients should supply a value for when calling createDataSource(Properties).

O

org.osgi.service.jdbc - package org.osgi.service.jdbc
JDBC Service Package Version 1.0.
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