|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apithefire.sql.h2.H2MemoryDatabase
public class H2MemoryDatabase
H2 memory database.
| Nested Class Summary | |
|---|---|
static class |
H2MemoryDatabase.H2MemoryDatabaseBuilder
A H2MemoryDatabase builder. |
| Method Summary | |
|---|---|
void |
close()
Closes this database by executing a SHUTDOWN SQL statement. |
java.sql.Connection |
getConnection()
Gets a new connection from this database. |
static H2MemoryDatabase.H2MemoryDatabaseBuilder |
newBuilder()
Returns a new H2MemoryDatabase.H2MemoryDatabaseBuilder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@BuilderFactory public static H2MemoryDatabase.H2MemoryDatabaseBuilder newBuilder()
H2MemoryDatabase.H2MemoryDatabaseBuilder.
public java.sql.Connection getConnection()
getConnection in interface ConnectionProviderpublic void close()
SHUTDOWN SQL statement.
close in interface Closeable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||