C# Class Mono.Data.Sqlite.SqliteMetaDataCollectionNames

MetaDataCollections specific to SQLite
ファイルを表示 Open project: rubenv/tripod

Public Properties

Property Type Description
Catalogs string
Columns string
ForeignKeys string
IndexColumns string
Indexes string
Tables string
ViewColumns string
Views string

Property Details

Catalogs public_oe static_oe property

Returns a list of databases attached to the connection
public static string Catalogs
return string

Columns public_oe static_oe property

Returns column information for the specified table
public static string Columns
return string

ForeignKeys public_oe static_oe property

Returns foreign key information for the given catalog
public static string ForeignKeys
return string

IndexColumns public_oe static_oe property

Returns base columns for the given index
public static string IndexColumns
return string

Indexes public_oe static_oe property

Returns index information for the optionally-specified table
public static string Indexes
return string

Tables public_oe static_oe property

Returns the tables in the given catalog
public static string Tables
return string

ViewColumns public_oe static_oe property

Returns underlying column information on the given view
public static string ViewColumns
return string

Views public_oe static_oe property

Returns user-defined views in the given catalog
public static string Views
return string