Package com.surrealdb
Class NsDb
java.lang.Object
com.surrealdb.NsDb
Holds the current namespace and database after a
Surreal.useNs(String), Surreal.useDb(String), or
Surreal.useDefaults() call. Returned by those methods so the client
can use the actual ns/db set by the server.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current database.Returns the current namespace.
-
Constructor Details
-
NsDb
-
-
Method Details
-
getNamespace
-
getDatabase
-