A B C F G H N O T V

A

AccessMode - Enum in org.apithefire.sql.h2
A custom file access mode.

B

build() - Method in class org.apithefire.sql.h2.H2MemoryDatabase.H2MemoryDatabaseBuilder
Builds a new H2MemoryDatabase.

C

Cipher - Enum in org.apithefire.sql.h2
An encryption cipher.
close() - Method in class org.apithefire.sql.h2.H2MemoryDatabase
Closes this database by executing a SHUTDOWN SQL statement.
CompatibilityMode - Enum in org.apithefire.sql.h2
A compatibility mode to other DBMS.

F

FileLock - Enum in org.apithefire.sql.h2
A database file locking.

G

getConnection() - Method in class org.apithefire.sql.h2.H2MemoryDatabase
Gets a new connection from this database.
getParameterValue() - Method in enum org.apithefire.sql.h2.AccessMode
 
getParameterValue() - Method in enum org.apithefire.sql.h2.Cipher
 
getParameterValue() - Method in enum org.apithefire.sql.h2.CompatibilityMode
 
getParameterValue() - Method in enum org.apithefire.sql.h2.FileLock
 
getParameterValue() - Method in enum org.apithefire.sql.h2.TraceLevel
 

H

H2MemoryDatabase - Class in org.apithefire.sql.h2
H2 memory database.
H2MemoryDatabase.H2MemoryDatabaseBuilder - Class in org.apithefire.sql.h2
A H2MemoryDatabase builder.

N

newBuilder() - Static method in class org.apithefire.sql.h2.H2MemoryDatabase
Returns a new H2MemoryDatabase.H2MemoryDatabaseBuilder.

O

org.apithefire.sql.h2 - package org.apithefire.sql.h2
 

T

TraceLevel - Enum in org.apithefire.sql.h2
A trace level.

V

valueOf(String) - Static method in enum org.apithefire.sql.h2.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apithefire.sql.h2.Cipher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apithefire.sql.h2.CompatibilityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apithefire.sql.h2.FileLock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apithefire.sql.h2.TraceLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apithefire.sql.h2.AccessMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apithefire.sql.h2.Cipher
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apithefire.sql.h2.CompatibilityMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apithefire.sql.h2.FileLock
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apithefire.sql.h2.TraceLevel
Returns an array containing the constants of this enum type, in the order they're declared.

A B C F G H N O T V

Copyright © 2008. All Rights Reserved.