TDAPoolBehaviour Enum
From RemObjects Wiki

This is a Library topic for Data Abstract for Delphi
This page is generated from external data, please do not update
Interfaces — Classes — Enums — Aliases — Implements
Contents |
Overview
The TDAPoolBehaviour enumeration specifies how the pool behaves when the maximum number of connections has been reached
Location
uDAClasses.pas
Values
| |
|
|---|---|
| pbIgnoreAndReturn | The call to NewConnection will return nil |
| pbRaiseError | The call to NewConnection will fail with an exception |
| pbWait | The call to NewConnection will wait until another connection is freed, and it will then return a connection |
See Also
- Lists
- Namespace Lists for .NET — Java
- Interface Lists for .NET — Delphi — Java
- Protocol Lists for Xcode
- Class Lists for .NET — Xcode — Delphi — Java
- Object Lists for JavaScript
- Enum Lists for .NET — Xcode — Delphi — Java
- Alias Lists for Delphi
- Implements Lists for .NET — Xcode — Delphi — Java
- Data Types
- File Types

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode