listDatabaseNames

abstract fun listDatabaseNames(): Flow<String>

Get a list of the database names

Return

an iterable containing all the names of all the databases


abstract fun listDatabaseNames(clientSession: ClientSession): Flow<String>

Get a list of the database names

Return

an iterable containing all the names of all the databases

Since

3.6

Parameters

clientSession

the client session with which to associate this operation