[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Internal object representing a database internal handle
Source position: sqldb.pp line 56
type TSQLHandle = class(TObject) end; |
|
Internal object representing a database internal handle |
|
| | ||
TSQLHandle is an abstract internal object representing a database client handle. It is used by the various connections to implement the connection-specific functionality, and usually represents a low-level handle. It is used by the TSQLQuery component to communicate with the TSQLConnection descendent.
This object must not be used directly.
|
Class to handle SQL commands (with or without result set) |
|
|
Internal object representing a database result set |