Method | Description | |
---|---|---|
createModel ( string projectName ) : void |
creates model of the database
|
|
createModelResume ( string projectName, int numCompletedTables ) : void | ||
createModelTable ( string projectName, string tableName ) : void | ||
generateDBConnection ( string projectName ) : bool |
Creates the mysql connection class that is to used by the application
|
|
generateMUID ( string tableName, string projectName ) : string |
genereates muid ie merge,update,insert and delete methods
|
|
generateProperty ( |
generates property string of a given table
|
|
getAllTables ( ) : |
retrieves all the tables from the database
|
|
getTable ( string tableName ) : |
retrieves table attributes of a given table
|
public createModel ( string projectName ) : void | ||
projectName | string | the name of the project being created |
return | void |
public createModelResume ( string projectName, int numCompletedTables ) : void | ||
projectName | string | |
numCompletedTables | int | |
return | void |
public createModelTable ( string projectName, string tableName ) : void | ||
projectName | string | |
tableName | string | |
return | void |
public generateDBConnection ( string projectName ) : bool | ||
projectName | string | name of the application being generated |
return | bool |
public generateMUID ( string tableName, string projectName ) : string | ||
tableName | string | the name of the table for which muid is being generated |
projectName | string | |
return | string |
public generateProperty ( |
||
table | all the tables of from the database | |
return | string |
public getTable ( string tableName ) : |
||
tableName | string | the name of the table whose attributes must be retrieved |
return |