Package com.databricks.jdbc.api.impl
Class InlineJsonResult
- java.lang.Object
-
- com.databricks.jdbc.api.impl.InlineJsonResult
-
public class InlineJsonResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()longgetCurrentRow()ObjectgetObject(int columnIndex)booleanhasNext()booleannext()
-
-
-
Method Detail
-
getObject
public Object getObject(int columnIndex) throws DatabricksSQLException
- Throws:
DatabricksSQLException
-
getCurrentRow
public long getCurrentRow()
-
next
public boolean next()
-
hasNext
public boolean hasNext()
-
close
public void close()
-
-