- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::person
::xo::db::sql::person create ...
Defined in
Class Relations
Methods (to be applied on the object)
delete (scripted, public)
xo::db::sql::person delete [ -dbn dbn ] -person_id person_idAutomatically generated method
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
first_names (scripted, public)
xo::db::sql::person first_names [ -dbn dbn ] -person_id person_idAutomatically generated method
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
last_name (scripted, public)
xo::db::sql::person last_name [ -dbn dbn ] -person_id person_idAutomatically generated method
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
name (scripted, public)
xo::db::sql::person name [ -dbn dbn ] -person_id person_idAutomatically generated method
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::person new [ -dbn dbn ] [ -person_id person_id ] \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ -email email [ -url url ] -first_names first_names \ -last_name last_name [ -context_id context_id ] \ [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -person_id (optional)
- -object_type (optional, defaults to
"person"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional)
- -creation_ip (optional)
- -email (required)
- -url (optional)
- -first_names (required)
- -last_name (required)
- -context_id (optional)
- -childof (optional)
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables