Class NavuCursor

Object
com.tailf.navu.NavuCursor

public class NavuCursor extends Object
The NavuCursor is a helper class used within NAVU to simplify the MAAPI cursor handling.
  • Constructor Details

    • NavuCursor

      public NavuCursor(CdbSession cdbSession, NavuNode node, String fmt, Object... arguments)
      Constructor to be used when in CDB mode.
      Parameters:
      cdbSession - an active CDB session.
      node - a NAVU node holding info regarding the schema.
      fmt - a list node string keypath
      arguments - zero or more Object arguments to be substituted in fmt
  • Method Details

    • getKeys

      public Iterable<ConfKey> getKeys()
      Returns an iterable item
      Returns:
      an iterable item container all keys of the cursor.