[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Internal object representing a database result set
Source position: sqldb.pp line 105
type TSQLCursor = class(TSQLHandle) |
||
public |
||
FDirect: Boolean; |
|
Is the statement executed directly ? |
FPrepared: Boolean; |
|
Was the statement prepared |
FSelectable: Boolean; |
|
Selectable query or not |
FInitFieldDef: Boolean; |
|
Have the field definitions been initialized. |
|
Statement type in the SQL property. |
|
|
Schema type requested |
|
end; |
|
Internal object representing a database result set |
|
| | ||
|
Internal object representing a database internal handle |
|
| | ||
TSQLCursor is an abstract internal object representing a result set returned by a single SQL select statement (TSQLHandle). statement. It is used by the TSQLQuery component to handle result sets returned by SQL statements.
This object must not be used directly.
|
Class to handle SQL commands (with or without result set) |
|
|
Internal object representing a database internal handle |