Uses of Class
PBEAttribute

Uses of PBEAttribute in
 

Subclasses of PBEAttribute in
 class PBEAttributeCommand
           
 class PBEAttributeMethod
          The "attribute" method requires that all attributes are OK before executing.
 class PBECalculatedAttribute
          Description: PBECalculatedAttribute provides functionality to calculate its value with a given string of PrimeBaseTalk commands. Examples: PBE:declareAttribute( "PBECalculatedAttribute", "discount_amount", "PBE:objects['item']:sum('total') * object:attributes['discount']:getValue($false, 0) / 100"); This event declares a PBECalculatedAttribute object called "discount_amount". ("PBE:objects['item']:sum('total')" sums up the values of column "total" in all records of the "item" object. "object:attributes['discount']:getValue($false, 0)" gets the value of the attribute "discount".
 class PBECDDotDotCommand
           
 class PBEChangeDirCommand
           
 class PBEClearCommand
           
 class PBEClearMethod
           
 class PBEColumn
          Description: PBEColumn provides functionality to access columns of database tables in PrimeBase Enterprise Objects applications. Examples: PBE:declareObject( "PBETable", "country", "pbedemo!
 class PBECommand
          
 class PBEConstantColumn
           
 class PBECurrentField
           
 class PBEDebugMethod
           
 class PBEDeleteCommand
           
 class PBEDeleteDirCommand
           
 class PBEDeleteQuery
           
 class PBEDirectoryCommand
           
 class PBEDisplayDirCommand
           
 class PBEDisplayMethod
           
 class PBEDownloadCommand
           
 class PBEEnabledMethod
           
 class PBEEnterCommand
           
 class PBEEnterQuery
           
 class PBEFetchCommand
           
 class PBEFetchQuery
           
 class PBEField
          Description: A PBEField is similar to a column in a table: one PBEField object exists per row.
 class PBEFindQuery
           
 class PBEFirstCommand
           
 class PBEGroupField
          Description: PBEGroupField provides functionality to combine already declared attributes into a logical entities: so called "groups" and "subgroups". This is useful for reporting as it allows to display data in groups in HTML pages. PBEMemberFields must be declared to include individual regularly declared attributes in a group or a subgroup. Additionally PBESumFields can be declared to allow summing of values in other columns.
 class PBEGuestMethod
           
 class PBEInitCommand
           
 class PBEInitQuery
           
 class PBEInitTextCommand
           
 class PBEInsertCommand
           
 class PBEInsertQuery
           
 class PBEJoinAllColumn
          Description: PBEJoinAllColumn provides functionality to join (Right-Outer Join) columns of other database tables.
 class PBEJoinAnyColumn
          Description: PBEJoinAnyColumn provides functionality to join (Left-Outer Join) columns of other database tables.
 class PBEJoinColumn
          Description: PBEJoinColumn provides functionality to join (Inner-Equi Join) columns of other database tables.
 class PBEJoinedColumn
          Description: PBEJoinedColumn provides functionality to access columns joined from other database tables via PBEJoinColumn, PBEJoinAllColumn and PBEJoinAnyColumn.
 class PBEKeepMethod
          Keep the input data, and do nothing.
 class PBELastCommand
           
 class PBELinkColumn
          
 class PBELoginMethod
           
 class PBEMemberField
          
 class PBEMethod
          Description: PBEMethod provides functionality for enabling and disabling.
 class PBEMultiCommand
           
 class PBENextCommand
           
 class PBEPathAttribute
           
 class PBEPreviousCommand
           
 class PBEQuery
           
 class PBEReadOnlyAttribute
           
 class PBEReferenceColumn
          
 class PBERefreshQuery
           
 class PBERenameDirCommand
           
 class PBERevertQuery
           
 class PBESaveCommand
           
 class PBESaveQuery
           
 class PBESearchColumn
           
 class PBESelectedField
           
 class PBESelectQuery
           
 class PBESumField
          
 class PBETextField
          A PBETextField is a standard PBEField which informs the text container that it has been added.
 class PBEUpdateQuery
           
 class PBEUploadCommand
           
 

Fields in declared as PBEAttribute
 PBEAttribute[] PBEObject.attributes
           
 

Methods in that return PBEAttribute
protected  PBEAttribute PBEAction.attributeReference(PBEUnit unit, generic m)
           
 

Methods in with parameters of type PBEAttribute
protected static boolean PBEMailTo.attributeIsNull(PBEAttribute o_Attribute)
           
protected static void PBEMailTo.addAttributeLine(varchar sz_Beschreibung, PBEAttribute o_Attribute)
           
protected static void PBEMailTo.addAttributeLine(PBEAttribute o_Attribute)