| Package | Description |
|---|---|
| com.mckoi.database |
The core database classes for Mckoi.
|
| Modifier and Type | Method and Description |
|---|---|
LockHandle |
LockingMechanism.lockTables(DataTable[] t_write,
DataTable[] t_read)
This method locks the given tables for either reading or writing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseProcedure.setLockHandle(LockHandle lock_handle)
Sets the LockHandle object for this procedure.
|
void |
LockingMechanism.unlockTables(LockHandle handle)
Unlocks the tables that were previously locked by the 'lockTables' method.
|
Copyright © 2016. All rights reserved.