ConnectionMetaType
Description:
[ CCode ( cprefix = "GDA_CONNECTION_META_" , has_type_id = false ) ]
public enum ConnectionMetaType
Used with gda_connection_get_meta_store_data
to describe what meta data to extract from a connection's associated
MetaStore.
Content:
Enum values:
- FIELDS - lists the <link
linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_FIELDS">table's or view's fields</link>
- INDEXES - lists the <link
linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_INDEXES">table's indexes</link>
- NAMESPACES - lists the <
link linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_NAMESPACES">namespaces</link> (or schemas for PostgreSQL)
- TABLES - lists the <link
linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_TABLES">tables</link>
- TYPES - lists the <link
linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_TYPES">database types</link>
- VIEWS - lists the <link
linkend="GdaConnectionMetaTypeGDA_CONNECTION_META_VIEWS">views</link>