Package com.arangodb

Interface ArangoView

    • Method Detail

      • db

        ArangoDatabase db()
        The the handler of the database the collection is within
        Returns:
        database handler
      • name

        String name()
        The name of the view
        Returns:
        view name
      • exists

        boolean exists()
        Checks whether the view exists.
        Returns:
        true if the view exists, otherwise false