Class SQLOperator


  • public class SQLOperator
    extends Object
    • Constructor Detail

      • SQLOperator

        public SQLOperator​(String fragment)
        Instantiates a new SQL operator.
        Parameters:
        fragment - the fragment
    • Method Detail

      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • isBinary

        public boolean isBinary()
        Checks if is binary.
        Returns:
        true, if is binary
      • isValid

        public boolean isValid()
        Checks if is valid.
        Returns:
        true, if is valid
      • splitExpressionFragment

        public String[] splitExpressionFragment​(String fragment)
        Split expression fragment.
        Parameters:
        fragment - the fragment
        Returns:
        the string[]