|
|
|
AddTempTableParameterParameter ()
|
Constructor for the AddTempTableParameterParameter class
Notes :
*/
|
|
|
|
AddTempTableParameterParameter (character, character, character, character)
|
Constructor for the AddTempTableParameterParameter class
Notes :
@param pcEntityName The Business Entity class name (including package)
@param pcDatabaseTableName The database table name (db.table or table)
@param pcAdditionalFields Additional fields to be added to the temp-table (comma delimited list)
@param pcParentTempTableName The name of the parent temp-table to relate to
*/
|
|
|
|
AddTempTableParameterParameter (character, character, character, character, character)
|
Constructor for the AddTempTableParameterParameter class including
the optional explicit temp-table name
Notes :
@param pcEntityName The Business Entity class name (including package)
@param pcDatabaseTableName The database table name (db.table or table)
@param pcAdditionalFields Additional fields to be added to the temp-table (comma delimited list)
@param pcParentTempTableName The name of the parent temp-table to relate to
@param pcTempTableName Optional explicit name for the new temp-table; when empty the default naming is used
*/
|