public class H2ConnectionWrapper extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
clearStatementCache()
Clears statement cache.
|
void |
close()
Closes wrapped connection
|
Connection |
connection() |
String |
schema() |
void |
schema(String schema) |
org.apache.ignite.internal.processors.query.h2.H2StatementCache |
statementCache() |
int |
statementCacheSize() |
String |
toString() |
public String schema()
public void schema(String schema)
schema - Schema name set on this connection.public Connection connection()
public org.apache.ignite.internal.processors.query.h2.H2StatementCache statementCache()
public void clearStatementCache()
public int statementCacheSize()
public void close()
close in interface AutoCloseable
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019