Package com.surrealdb

Class Array

java.lang.Object
com.surrealdb.Native
com.surrealdb.Array
All Implemented Interfaces:
Iterable<Value>

public class Array extends Native implements Iterable<Value>
The Array class represents a native array structure and provides methods to interact with and retrieve values from the array. It implements the Iterable interface for Value type.