| Package | Description |
|---|---|
| net.jmatrix.db.schema | |
| net.jmatrix.db.schema.data.v2 |
| Modifier and Type | Method and Description |
|---|---|
List<SQLStatement> |
DiskVersion.getApplyStatements() |
List<SQLStatement> |
DBVersion.getRollbackStatements() |
List<SQLStatement> |
DiskVersion.getRollbackStatements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBM.executeStatement(SQLStatement sql) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiskVersion.setApplyStatements(List<SQLStatement> applyStatements) |
void |
DiskVersion.setRollbackStatements(List<SQLStatement> rollbackStatements) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBMData.logStatement(SQLStatement sqlState,
boolean success,
int rows,
String err) |
Copyright © 2014. All rights reserved.