private class ProcedureType extends DatabaseType
ProcedureType class
Modifier and Type | Field and Description |
---|---|
BBjString | Notes$ |
BBjVector | ParamVector! |
BBjString | ProcedureName$ |
CONNECTION_TYPE=2, DATABASE_TYPE=4, DATABASES_LABEL_TYPE=3, PROCEDURE_TYPE=8, PROCEDURES_LABEL_TYPE=7, REPORT_TYPE=1, ROOT_TYPE=0, TABLE_TYPE=6, TABLES_LABEL_TYPE=5 Fields inherited from class DatabaseType
FieldVector!
Constructor and Description |
---|
ProcedureType(BBjString p_databaseName$, BBjString p_procedureName$) Constructor Constructs a ProcedureType for the given database and procedure name. |
Modifier and Type | Method and Description |
---|---|
void | addParameter(ProcedureParam p_param!) addParameter Adds a ProcedureParam object to the procedure parameters vector |
getType
addField, getDatabaseName, removeField
public BBjString Notes$
public BBjVector ParamVector!
public BBjString ProcedureName$
public ProcedureType(BBjString p_databaseName$, BBjString p_procedureName$)
Constructor Constructs a ProcedureType for the given database and procedure name.
p_databaseName$
Database namep_procedureName$
Table namepublic void addParameter(ProcedureParam p_param!)
addParameter Adds a ProcedureParam object to the procedure parameters vector
p_param!
ProcedureParam object