Interface ISchemaCursor

  • All Known Implementing Classes:
    GrainsCursor

    public interface ISchemaCursor
    • Method Detail

      • setState

        ISchemaCursor setState​(Integer state)
        Sets state to the schema cursor.
        Parameters:
        state - state
      • setChecksum

        ISchemaCursor setChecksum​(String checksum)
        Sets checksum to the schema cursor.
        Parameters:
        checksum - checksum
      • setLength

        ISchemaCursor setLength​(Integer length)
        Sets length to the schema cursor.
        Parameters:
        length - length
      • getLastmodified

        Date getLastmodified()
        Returns 'last modified' date of the schema cursor.
        Returns:
      • setLastmodified

        ISchemaCursor setLastmodified​(Date lastmodified)
        Sets 'last modified' date to the schema cursor.
        Parameters:
        lastmodified - 'last modified' date
      • setMessage

        ISchemaCursor setMessage​(String message)
        Sets message to the schema cursor.
        Parameters:
        message - message
      • setVersion

        ISchemaCursor setVersion​(String version)
        Sets version to the schema cursor.
        Parameters:
        version - version
      • update

        void update()
      • get

        void get​(String name)
      • init

        void init()
      • getId

        String getId()
        Returns ID of the schema cursor.
        Returns:
      • getState

        Integer getState()
        Returns state of the schema cursor.
        Returns:
      • getVersion

        String getVersion()
        Returns version of the schema cursor.
        Returns:
      • getLength

        Integer getLength()
        Returns length of the schema cursor.
        Returns:
      • getChecksum

        String getChecksum()
        Returns checksum of the schema cursor.
        Returns:
      • nextInSet

        boolean nextInSet()
      • insert

        void insert()