Property | Type | Description | |
---|---|---|---|
MetaCollection | string |
Property | Type | Description | |
---|---|---|---|
connection |
Method | Description | |
---|---|---|
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 ( |
Method | Description | |
---|---|---|
FillTable ( |
||
GetCollections ( ) : |
||
GetRestrictions ( ) : |
||
GetSchemaInternal ( string collection, string restrictions ) : |
Method | Description | |
---|---|---|
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 | |
return | void |
protected GetCollections ( ) : |
||
return |
public GetColumns ( string restrictions ) : |
||
restrictions | string | |
return |
public GetDatabases ( string restrictions ) : |
||
restrictions | string | |
return |
public GetForeignKeyColumns ( string restrictions ) : |
||
restrictions | string | |
return |
public GetForeignKeys ( string restrictions ) : |
||
restrictions | string | |
return |
public GetIndexColumns ( string restrictions ) : |
||
restrictions | string | |
return |
public GetIndexes ( string restrictions ) : |
||
restrictions | string | |
return |
public GetProcedures ( string restrictions ) : |
||
restrictions | string | |
return |
protected GetRestrictions ( ) : |
||
return |
public GetSchema ( string collection, String restrictions ) : |
||
collection | string | |
restrictions | String | |
return |
protected GetSchemaInternal ( string collection, string restrictions ) : |
||
collection | string | |
restrictions | string | |
return |
public GetTables ( string restrictions ) : |
||
restrictions | string | |
return |
public GetUDF ( string restrictions ) : |
||
restrictions | string | |
return |
public GetUsers ( string restrictions ) : |
||
restrictions | string | |
return |
public SchemaProvider ( |
||
connectionToUse | ||
return | System |