DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.dbms
/
Dbms
/
TableCache
Table
Cache
class
TableCache
(
schema
:
Schema
)
:
HashMap
<
String
,
AbstractTable
>
Members
Constructors
Table
Cache
Link copied to clipboard
constructor
(
schema
:
Schema
)
Properties
entries
Link copied to clipboard
open
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
,
AbstractTable
>
>
is
Empty
Link copied to clipboard
open
override
val
isEmpty
:
Boolean
keys
Link copied to clipboard
open
val
keys
:
MutableSet
<
String
>
size
Link copied to clipboard
open
val
size
:
Int
values
Link copied to clipboard
open
val
values
:
MutableCollection
<
AbstractTable
>
Functions
clear
Link copied to clipboard
open
fun
clear
(
)
clone
Link copied to clipboard
open
fun
clone
(
)
:
Any
contains
Key
Link copied to clipboard
open
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
open
fun
containsValue
(
value
:
AbstractTable
)
:
Boolean
get
Link copied to clipboard
open
operator
fun
get
(
key
:
String
)
:
AbstractTable
?
get
Table
Link copied to clipboard
fun
getTable
(
tableName
:
String
?
)
:
AbstractTable
?
put
Link copied to clipboard
open
fun
put
(
key
:
String
,
value
:
AbstractTable
)
:
AbstractTable
?
put
All
Link copied to clipboard
open
fun
putAll
(
m
:
Map
<
out
String
,
out
AbstractTable
>
)