Class DataSourceQueryResult
java.lang.Object
com.complexible.stardog.virtual.api.DataSourceQueryResult
DTO for storing DataSourceQuery results
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintgetColumnName(int theOrder) intgetColumnSize(int theOrder) getColumnType(int theOrder) intgetValue(int theRowOrder, int theColumnIndex) Get a value from the result, in String format.
-
Constructor Details
-
DataSourceQueryResult
public DataSourceQueryResult()
-
-
Method Details
-
addColumn
-
getColumnCount
public int getColumnCount() -
getRowCount
public int getRowCount() -
getColumnName
-
getColumnType
-
getColumnSize
public int getColumnSize(int theOrder) -
addValue
-
getValue
Get a value from the result, in String format.- Parameters:
theRowOrder- The zero-based row numbertheColumnIndex- The zero-based column number- Returns:
- the value from the requested row and column
-