Свойство | Тип | Описание | |
---|---|---|---|
MetaCollection | string |
Свойство | Тип | Описание | |
---|---|---|---|
connection |
Метод | Описание | |
---|---|---|
GetColumns ( string restrictions ) : |
||
GetDatabases ( string restrictions ) : |
||
GetForeignKeyColumns ( string restrictions ) : |
||
GetForeignKeys ( string restrictions ) : |
||
GetIndexColumns ( string restrictions ) : |
||
GetIndexes ( string restrictions ) : |
||
GetProcedures ( string restrictions ) : |
||
GetSchema ( string collection, String restrictions ) : |
||
GetTables ( string restrictions ) : |
||
GetUDF ( string restrictions ) : |
||
GetUsers ( string restrictions ) : |
||
SchemaProvider ( |
Метод | Описание | |
---|---|---|
FillTable ( |
||
GetCollections ( ) : |
||
GetRestrictions ( ) : |
||
GetSchemaInternal ( string collection, string restrictions ) : |
Метод | Описание | |
---|---|---|
CleanRestrictions ( string restrictionValues ) : string[] | ||
FindTables ( |
||
GetDataSourceInformation ( ) : |
||
GetDataTypes ( ) : |
||
GetForeignKeysOnTable ( |
GetForeignKeysOnTable retrieves the foreign keys on the given table. Since MySQL supports foreign keys on versions prior to 5.0, we can't use information schema. MySQL also does not include any type of SHOW command for foreign keys so we have to resort to use SHOW CREATE TABLE and parsing the output.
|
|
GetReservedWords ( ) : |
||
GetSqlMode ( ) : string | ||
GetString ( |
||
LoadTableColumns ( |
||
ParseColumnRow ( |
||
ParseColumns ( |
||
ParseConstraint ( |
||
ProcessColumns ( |
protected static FillTable ( |
||
dt | ||
data | object | |
Результат | void |
protected GetCollections ( ) : |
||
Результат |
public GetColumns ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetDatabases ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetForeignKeyColumns ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetForeignKeys ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetIndexColumns ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetIndexes ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetProcedures ( string restrictions ) : |
||
restrictions | string | |
Результат |
protected GetRestrictions ( ) : |
||
Результат |
public GetSchema ( string collection, String restrictions ) : |
||
collection | string | |
restrictions | String | |
Результат |
protected GetSchemaInternal ( string collection, string restrictions ) : |
||
collection | string | |
restrictions | string | |
Результат |
public GetTables ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetUDF ( string restrictions ) : |
||
restrictions | string | |
Результат |
public GetUsers ( string restrictions ) : |
||
restrictions | string | |
Результат |
public SchemaProvider ( |
||
connectionToUse | ||
Результат | System |