public interface SqlValidationResult<T>
For more information please see SqlValidator
.
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the message for the validation result specific for the selected validator implementation.
|
T |
getResult()
Returns the validation result specific for the selected validator implementation.
|
T getResult()
String getMessage()
Copyright © 2015. All rights reserved.