Package com.sap.cds.impl
Interface ConnectedClient
- All Known Implementing Classes:
JDBCClient
public interface ConnectedClient
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteQuery(PreparedCqnStatement preparedStmt, Map<String, Object> cqnParameterValues, CdsDataStore dataStore, boolean isTransactionRequired) int[]executeUpdate(PreparedCqnStatement preparedStmt, List<Map<String, Object>> values) intprepare(CqnStatement statement) voidIf the current thread is associated with an active transaction it is set in rollback only modevoidsetSessionContext(SessionContext session)
-
Method Details
-
prepare
-
executeQuery
ResultBuilder executeQuery(PreparedCqnStatement preparedStmt, Map<String, Object> cqnParameterValues, CdsDataStore dataStore, boolean isTransactionRequired) -
executeUpdate
-
setSessionContext
-
setRollbackOnly
void setRollbackOnly()If the current thread is associated with an active transaction it is set in rollback only mode -
capabilities
CdsDataStoreConnector.Capabilities capabilities() -
deleteAll
-
getMaxBatchSize
int getMaxBatchSize()
-