Package | Description |
---|---|
org.rvpf.store.server.sql |
JDBC connection support.
|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Method and Description |
---|---|
StoreConnection |
StoreDataSource.getConnection()
Gets a connection.
|
protected StoreConnection |
StoreDataSource.newStoreConnection(Connection connection,
boolean shared)
Creates a new store connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StoreDataSource.onFirstConnection(StoreConnection storeConnection)
Called on the first connection.
|
Modifier and Type | Class and Description |
---|---|
class |
TheStoreConnection
Store connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TheStoreDataSource.onFirstConnection(StoreConnection storeConnection)
Called on the first connection.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.