Class PreparedStatement

    • Method Detail

      • statementName

        public final String statementName()

        The name of the prepared statement.

        Returns:
        The name of the prepared statement.
      • queryStatement

        public final String queryStatement()

        The query string for the prepared statement.

        Returns:
        The query string for the prepared statement.
      • workGroupName

        public final String workGroupName()

        The name of the workgroup to which the prepared statement belongs.

        Returns:
        The name of the workgroup to which the prepared statement belongs.
      • description

        public final String description()

        The description of the prepared statement.

        Returns:
        The description of the prepared statement.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time of the prepared statement.

        Returns:
        The last modified time of the prepared statement.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)