find

fun find(query: String): Namespace?

Tries to find the Namespace that has namespace or tableName equal to query.

Author

Arnau Mora

Since

20220315


fun find(char: Char): Namespace?

Tries to find the Namespace that starts with char.

Author

Arnau Mora

Since

20220315