Interface SchemaAwareDataSource
- All Superinterfaces:
CommonDataSource
,DataSource
,Wrapper
Allows to associate a schema string to this data source. The persistence layer
will honor this schema name when creating SQL statements.
-
Method Summary
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
setSchema
-
getSchema
String getSchema()
-