Class SQLResult

java.lang.Object
org.jenkinsci.plugins.ibmisteps.model.SQLResult
All Implemented Interfaces:
Serializable

public class SQLResult extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getColumns

      public List<SQLResult.SQLColumn> getColumns()
    • getColumnCount

      public int getColumnCount()
    • getRows

      public List<SQLResult.SQLRow> getRows()
    • getRowCount

      public int getRowCount()
    • getUpdateCount

      public int getUpdateCount()
    • toCSV

      public String toCSV() throws IOException
      Throws:
      IOException
    • toJSON

      public String toJSON() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException