Interface IDatabricksStatementInternal
- All Known Implementing Classes:
DatabricksPreparedStatement,DatabricksStatement
public interface IDatabricksStatementInternal
Extended callback handle for java.sql.Statement interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidallowInputStreamForVolumeOperation(boolean allowedInputStream) voidclose(boolean removeFromSession) org.apache.http.entity.InputStreamEntityintvoidhandleResultSetClose(IDatabricksResultSet resultSet) booleanvoidsetInputStreamForUCVolume(org.apache.http.entity.InputStreamEntity inputStream) voidsetStatementId(StatementId statementId)
-
Method Details
-
close
- Throws:
DatabricksSQLException
-
handleResultSetClose
- Throws:
DatabricksSQLException
-
getMaxRows
- Throws:
DatabricksSQLException
-
setStatementId
-
getStatementId
StatementId getStatementId() -
getStatement
Statement getStatement() -
allowInputStreamForVolumeOperation
- Throws:
DatabricksSQLException
-
isAllowedInputStreamForVolumeOperation
- Throws:
DatabricksSQLException
-
setInputStreamForUCVolume
void setInputStreamForUCVolume(org.apache.http.entity.InputStreamEntity inputStream) throws DatabricksSQLException - Throws:
DatabricksSQLException
-
getInputStreamForUCVolume
- Throws:
DatabricksSQLException
-