Method | Description | |
---|---|---|
GetColumns ( string restrictions ) : |
||
GetDatabases ( string restrictions ) : |
||
GetForeignKeyColumns ( string restrictions ) : |
||
GetForeignKeys ( string restrictions ) : |
||
GetProcedureParameters ( string restrictions, |
Return schema information about parameters for procedures and functions Restrictions supported are: schema, name, type, parameter name
|
|
GetProcedures ( string restrictions ) : |
Return schema information about procedures and functions Restrictions supported are: schema, name, type
|
|
GetTables ( string restrictions ) : |
||
ISSchemaProvider ( MySqlConnection connection ) : System |
Method | Description | |
---|---|---|
GetCollections ( ) : |
||
GetRestrictions ( ) : |
||
GetSchemaInternal ( string collection, string restrictions ) : |
Method | Description | |
---|---|---|
CreateParametersTable ( ) : |
||
GetDataTypeDefaults ( string type, |
||
GetParametersForRoutineFromIS ( |
||
GetParametersFromIS ( string restrictions, |
||
GetParametersFromShowCreate ( |
||
GetProcedureParameterLine ( |
||
GetProceduresWithParameters ( string restrictions ) : |
||
GetTable ( string sql ) : |
||
GetTriggers ( string restrictions ) : |
||
GetViewColumns ( string restrictions ) : |
||
GetViews ( string restrictions ) : |
||
GetWhereClause ( string initial_where, string keys, string values ) : string | ||
InitParameterRow ( DataRow procedure, DataRow parameter ) : void |
Initializes a new row for the procedure parameters table.
|
|
ParseDataType ( DataRow row, MySqlTokenizer tokenizer ) : string |
Parses out the elements of a procedure parameter data type.
|
|
ParseDataTypeSize ( DataRow row, string size ) : void | ||
ParseProcedureBody ( DataTable parametersTable, string body, DataRow row, string nameToRestrict ) : void | ||
Query ( string table_name, string initial_where, string keys, string values ) : DataTable |
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 GetProcedureParameters ( string restrictions, |
||
restrictions | string | |
routines | ||
return |
public GetProcedures ( string restrictions ) : |
||
restrictions | string | |
return |
protected GetRestrictions ( ) : |
||
return |
protected GetSchemaInternal ( string collection, string restrictions ) : |
||
collection | string | |
restrictions | string | |
return |
public GetTables ( string restrictions ) : |
||
restrictions | string | |
return |
public ISSchemaProvider ( MySqlConnection connection ) : System | ||
connection | MySqlConnection | |
return | System |