Package com.databricks.jdbc.api
Interface IDatabricksResultSet
-
- All Known Implementing Classes:
DatabricksResultSet
public interface IDatabricksResultSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.databricks.sdk.service.sql.StatementStatusgetStatementStatus()longgetUpdateCount()org.apache.http.entity.InputStreamEntitygetVolumeOperationInputStream()booleanhasUpdateCount()voidsetVolumeOperationEntityStream(org.apache.http.HttpEntity httpEntity)StringstatementId()
-
-
-
Method Detail
-
statementId
String statementId()
-
getStatementStatus
com.databricks.sdk.service.sql.StatementStatus getStatementStatus()
-
getUpdateCount
long getUpdateCount() throws SQLException- Throws:
SQLException
-
hasUpdateCount
boolean hasUpdateCount() throws SQLException- Throws:
SQLException
-
setVolumeOperationEntityStream
void setVolumeOperationEntityStream(org.apache.http.HttpEntity httpEntity) throws SQLException, IOException- Throws:
SQLExceptionIOException
-
getVolumeOperationInputStream
org.apache.http.entity.InputStreamEntity getVolumeOperationInputStream() throws SQLException- Throws:
SQLException
-
-