Package com.kuzudb


package com.kuzudb
Kùzu Java API.

Kùzu is an in-process property graph database management system built for query speed and scalability.

  • Class
    Description
    Connection is used to interact with a Database instance.
    The Database class is the main class of KuzuDB.
    DataType is the kuzu internal representation of data types.
    data type ID.
    FlatTuple stores a vector of values.
    InternalID type which stores the table_id and offset of a node/rel.
    Native is a wrapper class for the native library.
    ObjectRefDestroyedException is thrown when a destroyed object is accessed or destroyed again.
    PreparedStatement is a parameterized query which can avoid planning the same query for repeated execution.
    QueryResult stores the result of a query execution.
    QuerySummary stores the execution time, plan, compiling time and query options of a query.
    Value can hold data of different types.
    Utility functions for Value of list type.
    Utility functions for Value of node type.
    Utility functions for Value of RDF_VARIANT type.
    Utility functions for Value of recursive_rel type.
    Utility functions for Value of rel type.
    Utility functions for Value of struct type.
    Version is a class to get the version of the Kùzu.