public class VjdbcDataSourceImplFactory extends DataSourceImplFactory implements VjdbcDataSourceFactory
| Constructor and Description |
|---|
VjdbcDataSourceImplFactory() |
| Modifier and Type | Method and Description |
|---|---|
HybrisDataSource |
createDataSource(java.lang.String id,
Tenant tenant,
java.util.Map<java.lang.String,java.lang.String> connectionParams,
boolean readOnly)
returned datasource will be read-only regardless the value of the param 'readOnly'
|
HybrisDataSource |
createJNDIDataSource(java.lang.String id,
Tenant tenant,
java.lang.String fromJNDI,
boolean readOnly) |
java.sql.PreparedStatement |
wrapPreparedStatement(java.sql.Connection wrappedConnection,
java.sql.PreparedStatement rawStatement,
java.lang.String query) |
java.sql.ResultSet |
wrapResultSet(java.sql.Statement wrappedStatement,
java.sql.ResultSet rawResultSet) |
java.sql.Statement |
wrapStatement(java.sql.Connection wrappedConnection,
java.sql.Statement rawStatement) |
createConnectionPool, isDatabaseConnectionErrorDetectionEnabled, wrapConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateConnectionPool, wrapConnectionpublic HybrisDataSource createJNDIDataSource(java.lang.String id, Tenant tenant, java.lang.String fromJNDI, boolean readOnly)
createJNDIDataSource in interface DataSourceFactorycreateJNDIDataSource in class DataSourceImplFactorypublic java.sql.PreparedStatement wrapPreparedStatement(java.sql.Connection wrappedConnection,
java.sql.PreparedStatement rawStatement,
java.lang.String query)
wrapPreparedStatement in interface DataSourceFactorywrapPreparedStatement in class DataSourceImplFactorypublic HybrisDataSource createDataSource(java.lang.String id, Tenant tenant, java.util.Map<java.lang.String,java.lang.String> connectionParams, boolean readOnly)
createDataSource in interface DataSourceFactorycreateDataSource in class DataSourceImplFactorypublic java.sql.Statement wrapStatement(java.sql.Connection wrappedConnection,
java.sql.Statement rawStatement)
wrapStatement in interface DataSourceFactorywrapStatement in class DataSourceImplFactorypublic java.sql.ResultSet wrapResultSet(java.sql.Statement wrappedStatement,
java.sql.ResultSet rawResultSet)
wrapResultSet in interface DataSourceFactorywrapResultSet in class DataSourceImplFactoryCopyright © 2018 SAP SE. All Rights Reserved.