Package | Description |
---|---|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
org.rvpf.store.server.the.sql.dialect |
Modifier and Type | Method and Description |
---|---|
TheStoreConnection |
Updater.getConnection()
Gets the store connection.
|
TheStoreConnection |
TheStoreDataSource.getConnection()
Gets a connection.
|
TheStoreConnection |
Responder.getConnection()
Gets the store connection.
|
protected TheStoreConnection |
TheStoreDataSource.newStoreConnection(Connection connection,
boolean shared)
Creates a new store connection.
|
Constructor and Description |
---|
Responder(TheStoreConnection connection,
Points points,
int backEndLimit,
int statementsLimit)
Constructs an instance.
|
Updater(TheStoreConnection connection,
boolean dropDeleted)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DialectSupport.onFirstConnection(TheStoreConnection connection)
Called on the first connection.
|
void |
DialectSupport.Abstract.onFirstConnection(TheStoreConnection connection)
Called on the first connection.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.