Index
All Classes and Interfaces|All Packages|Constant Field Values
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)orcreateXADataSource(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)orcreateXADataSource(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)orcreateXADataSource(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)orcreateXADataSource(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)orcreateXADataSource(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)orcreateXADataSource(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).
All Classes and Interfaces|All Packages|Constant Field Values