Click or drag to resize

SQLCatalogQuery Properties (Typed)

X#

The SQLCatalogQuery type exposes the following members.

Properties
  NameDescription
Public propertyAppendData (Inherited from SQLSelect.)
Public propertyAppendFlag
**Missing documentation **
(Inherited from SQLSelect.)
Public propertyBatchUpdates (Inherited from SQLSelect.)
Public propertyBoF
A logical value indicating whether the server is positioned at the beginning of the result set, on the first row.
(Inherited from SQLSelect.)
Public propertyClients
**Missing documentation **
(Inherited from DataServer.)
Public propertyCollection
Public propertyConcurrencyControl
A constant, identifying the mode of automatic concurrency control for this data server, determining when and how records are locked and released:
(Inherited from DataServer.)
Public propertyConnection
The SQL connection object that the SQLSelect is using to manipulate the result set.
(Inherited from SQLSelect.)
Public propertyCursorName
A string containing the cursor name.
(Inherited from SQLSelect.)
Public propertyDBStruct
An array containing the structure of this data server.
(Inherited from SQLSelect.)
Public propertyDeleted
A logical value indicating whether the current row has been deleted.
(Inherited from SQLSelect.)
Public propertyEoF
A logical value indicating whether the server is positioned at the end of the result set, after the last row.
(Inherited from SQLSelect.)
Public propertyErrInfo
An SQLErrorInformation object.
(Inherited from SQLSelect.)
Public propertyFCount
The number of columns in the result set. A value of -1 indicates an error.
(Inherited from SQLSelect.)
Public propertyFOUND
A logical value indicating whether the previous search operation succeeded.
(Inherited from SQLSelect.)
Public propertyHLStatus
**Missing documentation **
(Inherited from DataServer.)
Public propertyHyperLabel (Inherited from SQLSelect.)
Public propertyIndexColumns (Inherited from SQLSelect.)
Public propertyLastRec (Inherited from SQLSelect.)
Public propertylRowModified (Inherited from SQLSelect.)
Public propertyModified (Inherited from SQLSelect.)
Public propertyMoreResults
A logical value representing whether there are more rows to retrieve.
(Inherited from SQLSelect.)
Public propertyName
A string representing the name of this data server.
(Inherited from DataServer.)
Public propertyNameSym
A symbol representing the name of this data server.
(Inherited from DataServer.)
Public propertyNativeSQL
A string containing the native SQL text of the statement. Level 2
(Inherited from SQLSelect.)
Public propertyNullAsBlank
A logical value determining whether SQL NULL values are strongly typed (TRUE) or not (FALSE, default value).
(Inherited from SQLSelect.)
Public propertyNumCols (Inherited from SQLSelect.)
Public propertyNumParameters
A numeric value containing the number of parameters. A value of -1 indicates an error. Level 2
(Inherited from SQLSelect.)
Public propertyNumResultColumns
A numeric value containing the number of columns in the result set.
(Inherited from SQLSelect.)
Public propertyNumSuccessfulRows
A numeric value containing the number of rows that were modified by a delete, append, or update operation.
(Inherited from SQLSelect.)
Public propertyPrepFlag
A logical value that indicates if the select statement has been prepared.
(Inherited from SQLSelect.)
Public propertyReadOnly (Inherited from SQLSelect.)
Public propertyRecCount
A numeric value representing the number of rows in the data server.
(Inherited from SQLSelect.)
Public propertyRecNo (Inherited from SQLSelect.)
Public propertySQLColumns
**Missing documentation **
(Inherited from SQLSelect.)
Public propertySqlData
**Missing documentation **
(Inherited from SQLSelect.)
Public propertySQLString
A string representing the SQL statement text.
(Inherited from SQLSelect.)
Public propertyStatement
A SQL statement object.
(Inherited from SQLSelect.)
Public propertyStatementHandle
A numeric value representing the statement handle.
(Inherited from SQLSelect.)
Public propertyCode exampleStatus
A hyperlabel object identifying the status after the last operation.
(Inherited from SQLSelect.)
Public propertyTableName
A string representing the name of the table.
(Inherited from SQLSelect.)
Public propertyTimeStampAsDate
**Missing documentation **
(Inherited from SQLSelect.)
Public propertyUsed
A logical value indicating whether the current query is active. It returns TRUE if the current query is active; otherwise, it returns FALSE.
(Inherited from SQLSelect.)
Top
See Also