public class H2PooledConnection extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes wrapped connection (return to pool or close).
|
Connection |
connection() |
PreparedStatement |
prepareStatement(String sql,
byte qryFlags)
Prepare statement caching it if needed.
|
PreparedStatement |
prepareStatementNoCache(String sql)
Get prepared statement without caching.
|
String |
schema() |
void |
schema(@Nullable String schema) |
int |
statementCacheSize() |
String |
toString() |
public String schema()
public void schema(@Nullable
@Nullable String schema)
schema - Schema name set on this connection.public Connection connection()
public int statementCacheSize()
public PreparedStatement prepareStatement(String sql, byte qryFlags) throws IgniteCheckedException
sql - SQL.IgniteCheckedExceptionpublic PreparedStatement prepareStatementNoCache(String sql) throws IgniteCheckedException
sql - SQL.IgniteCheckedExceptionpublic void close()
close in interface AutoCloseable
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025