Neoview ADO.NET Provider Manual (R2.5)

Views
Table 3-9 View Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Name of the schemaStringSchemaName
Name of the viewStringViewName
Table 3-10 View Restriction Names
DescriptionData TypeRestriction Name
Pattern used to restrict the CatalogNameStringCatalogName
Pattern used to restrict the SchemaNameStringSchemaName
Pattern used to restrict the ViewNameStringViewName
Indexes
Table 3-11 Index Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Name of the schemaStringSchemaName
Name of the indexStringIndexName
Table 3-12 Index Restriction Names
DescriptionData TypeRestriction Name
Pattern used to restrict the CatalogNameStringCatalogName
Pattern used to restrict the SchemaNameStringSchemaName
Pattern used to restrict the IndexNameStringIndexName
Columns
Table 3-13 Column Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Name of the schemaStringSchemaName
Name of the tableStringTableName
Name of the columnStringColumnName
Data type of the columnStringDataType
Total size of the column in bytesIntegerColumnSize
The precision of the columnIntegerColumnPrecision
The scale of the columnIntegerColumnScale
Ordinal of the columnIntegerOrdinal
Default value of the column.StringDefaultValue
18 ADO.NET for Neoview