Schema type to retrieve.
Source position: sqldb.pp line 26
type TSchemaType = sqltypes.TSchemaType; |
TSchemaType describes which schema information to retrieve in the TCustomSQLQuery.SetSchemaInfo call. Depending on its value, the result set of the dataset will have different fields, describing the requested schema data. The result data will always have the same structure.
|
Retrieving Schema Information. |
|
|
SetSchemaInfo prepares the dataset to retrieve schema info. |