toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-r2dbc
/
me.ahoo.wow.r2dbc
/
ConnectionFactoryRegistrar
Connection
Factory
Registrar
interface
ConnectionFactoryRegistrar
:
Map
<
String
,
ConnectionFactory
>
Inheritors
SimpleConnectionFactoryRegistrar
Members
Properties
entries
Link copied to clipboard
abstract
val
entries
:
Set
<
Map.Entry
<
String
,
ConnectionFactory
>
>
keys
Link copied to clipboard
abstract
val
keys
:
Set
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
val
values
:
Collection
<
ConnectionFactory
>
Functions
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
ConnectionFactory
)
:
Boolean
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
BiConsumer
<
in
String
,
in
ConnectionFactory
>
)
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
ConnectionFactory
?
get
Or
Default
Link copied to clipboard
open
fun
getOrDefault
(
key
:
String
,
defaultValue
:
ConnectionFactory
)
:
ConnectionFactory
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean