Interface SqlValidationResult<T>


public interface SqlValidationResult<T>
The generic interface definition for the validation result.

For more information please see SqlValidator.

Author:
Vladimir Hudec
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the message for the validation result specific for the selected validator implementation.
    Returns the validation result specific for the selected validator implementation.
  • Method Details

    • getResult

      T getResult()
      Returns the validation result specific for the selected validator implementation.
      Returns:
      the validation result
    • getMessage

      String getMessage()
      Returns the message for the validation result specific for the selected validator implementation.
      Returns:
      the validation message result