Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GTPrivMapDataSource |
A GTDataSource that maps a Privs 11-bit set to strings that represent the
priv in human understandable string.
|
class |
GTSQLTypeInfoDataSource |
A GTDataSource that models all SQL types that are available.
|
Modifier and Type | Method | Description |
---|---|---|
MutableTableDataSource |
Transaction.createMutableTableDataSourceAtCommit(com.mckoi.database.MasterTableDataSource master) |
Overwritten from SimpleTransaction.
|
protected MutableTableDataSource |
SimpleTransaction.getDynamicTable(TableName table_name) |
If this transaction implementation defines dynamic tables (tables whose
content is determined by some function), this should return the
table here as a MutableTableDataSource object.
|
protected MutableTableDataSource |
Transaction.getDynamicTable(TableName table_name) |
Returns an instance of MutableDataTableSource that represents the
contents of the internal table with the given name.
|
MutableTableDataSource |
SimpleTransaction.getTable(TableName table_name) |
Returns a MutableTableDataSource object that represents the table with
the given name within this transaction.
|
Copyright © 2018. All rights reserved.