[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Firebird/Interbase cursor.
Source position: ibconnection.pp line 69
type TIBCursor = class(TSQLCursor) |
end; |
|
Firebird/Interbase cursor. |
|
| | ||
|
Internal object representing a database result set. |
|
| | ||
|
Internal object representing a database internal handle. |
|
| | ||
TObject |
A cursor that keeps track of where you are in a Firebird/Interbase dataset. It is a descendent of TSQLCursor.
|
TIBConnection: Firebird/Interbase specific TSQLConnection. |