Class SQLResult
java.lang.Object
org.jenkinsci.plugins.ibmisteps.model.SQLResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
SQLResult
public SQLResult(int updateCount) -
SQLResult
- Throws:
SQLException
-
-
Method Details
-
getColumns
-
getColumnCount
public int getColumnCount() -
getRows
-
getRowCount
public int getRowCount() -
getUpdateCount
public int getUpdateCount() -
toCSV
- Throws:
IOException
-
toJSON
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-