Table
SurrealDB table values represent table names and are returned as String values in the Java SDK. The Value class provides methods to check for and extract table values.
Value methods
.isTable()
Checks if the value is a table name.
Returns: boolean
.getTable()
Returns the table name as a String.
Returns: String
Example
See Also
Value types — Type mapping overview
Value — The Value class reference
SurrealQL tables — Table definitions in SurrealDB