| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Method and Description |
|---|---|
SessionMode |
Session.getMode()
Get this instance's
SessionMode. |
static SessionMode |
SessionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionMode[] |
SessionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setMode(SessionMode mode)
Change this instance's
SessionMode. |
Copyright © 2017. All rights reserved.