Neoview ADO.NET Provider Manual (R2.5)
• “Columns” (page 18)
• “PrimaryKeys” (page 19)
Wildcards in values are allowed, per the ADO.NET specification. For example, given this list of
objects: SEE, SAP, SEED, SED, and TABLE:
• S* returns SEE, SAP, SEED, SED
• S__ (S and two underscores) returns SEE, SAP, SED
• S*ED returns SEED, SED
For detailed information about the common schema collections and the getSchema() method,
as defined by Microsoft, see http://msdn.microsoft.com/en-us/library/kcax58fh(v=VS.90).aspx .
For information about Neoview SQL data types, refer to the Neoview SQL Reference Manual.
Catalogs
Table 3-3 Catalog Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Table 3-4 Catalog Restriction Names
DescriptionData TypeRestriction Name
Pattern used to restrict the CatalogNameStringCatalogName
Schemas
Table 3-5 Schema Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Name of the schemaStringSchemaName
Table 3-6 Schema Restriction Names
DescriptionData TypeRestriction Name
Pattern used to restrict the CatalogNameStringCatalogName
Pattern used to restrict the SchemaNameStringSchemaName
Tables
Table 3-7 Table Column Names
DescriptionData TypeColumn Name
Name of the catalogStringCatalogName
Name of the schemaStringSchemaName
Name of the tableStringTableName
Table 3-8 Table Restriction Names
DescriptionData TypeRestriction Name
Pattern used to restrict the CatalogNameStringCatalogName
Pattern used to restrict the SchemaNameStringSchemaName
Pattern used to restrict the TableNameStringTableName
Neoview Schema Collections for ADO.NET 17