Wow
Toggle table of contents
5.1.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-bi
/
me.ahoo.wow.bi.expansion
/
SqlTypeMapping
Sql
Type
Mapping
object
SqlTypeMapping
:
MutableMap
<
Class
<
*
>
,
String
>
Members
Properties
entries
Link copied to clipboard
open
override
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
Class
<
*
>
,
String
>
>
is
Simple
Link copied to clipboard
val
Class
<
*
>
.
isSimple
:
Boolean
keys
Link copied to clipboard
open
override
val
keys
:
MutableSet
<
Class
<
*
>
>
size
Link copied to clipboard
open
override
val
size
:
Int
values
Link copied to clipboard
open
override
val
values
:
MutableCollection
<
String
>
Functions
clear
Link copied to clipboard
open
override
fun
clear
(
)
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
Class
<
*
>
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
String
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
Class
<
*
>
)
:
String
?
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
put
Link copied to clipboard
open
override
fun
put
(
key
:
Class
<
*
>
,
value
:
String
)
:
String
?
put
All
Link copied to clipboard
open
override
fun
putAll
(
from
:
Map
<
out
Class
<
*
>
,
String
>
)
to
Sql
Type
Link copied to clipboard
fun
Class
<
*
>
.
toSqlType
(
)
:
String