Package org.duckdb

Class DuckDBDatabase

java.lang.Object
org.duckdb.DuckDBDatabase

public class DuckDBDatabase extends Object
  • Field Details

    • DEFAULT_SCHEMA

      public static final String DEFAULT_SCHEMA
      Name of the DuckDB default schema.
      See Also:
    • url

      protected String url
    • read_only

      protected boolean read_only
    • db_ref

      protected ByteBuffer db_ref
  • Constructor Details

  • Method Details

    • shutdown

      public void shutdown()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • isShutdown

      public boolean isShutdown()