Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class and 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 and Description |
---|---|
MutableTableDataSource |
Transaction.createMutableTableDataSourceAtCommit(com.mckoi.database.MasterTableDataSource master)
Overwritten from SimpleTransaction.
|
protected MutableTableDataSource |
Transaction.getDynamicTable(TableName table_name)
Returns an instance of MutableDataTableSource that represents the
contents of the internal table with the given name.
|
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.
|
MutableTableDataSource |
SimpleTransaction.getTable(TableName table_name)
Returns a MutableTableDataSource object that represents the table with
the given name within this transaction.
|
Copyright © 2015. All rights reserved.