Class SqlTestQueryOutputDescription


  • public class SqlTestQueryOutputDescription
    extends Object
    • Field Detail

      • columnTypes

        public @Nullable String columnTypes
        Encoded types of columns expected in result.
      • hash

        public @Nullable String hash
    • Constructor Detail

      • SqlTestQueryOutputDescription

        public SqlTestQueryOutputDescription()
    • Method Detail

      • getQueryResults

        public @Nullable List<String> getQueryResults()
      • getValueCount

        public int getValueCount()
      • clearResults

        public void clearResults()
      • addResultLine

        public void addResultLine​(String line)
      • setHash

        public void setHash​(String hash)
      • setValueCount

        public void setValueCount​(int values)
      • getExpectedOutputSize

        public int getExpectedOutputSize()
        Return -1 if the output size is not known.