- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::util
::xo::db::sql::utilcreate ...
Defined in
Class Relations
Methods (to be applied on the object)
computehash (scripted, public)
xo::db::sql::utilcomputehash [ -dbn dbn ] -value value
Automatically generated method
- Switches:
- -dbn (optional)
- -value (required)
- Testcases:
- No testcase defined.
computehash_raw (scripted, public)
xo::db::sql::utilcomputehash_raw [ -dbn dbn ] -arg arg
Automatically generated method
- Switches:
- -dbn (optional)
- -arg (required)
- Testcases:
- No testcase defined.
foreign_key_exists (scripted, public)
xo::db::sql::utilforeign_key_exists [ -dbn dbn ] \ -table_name table_name -column column -reftable reftable \ -refcolumn refcolumn
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- -reftable (required)
- -refcolumn (required)
- Testcases:
- No testcase defined.
get_default (scripted, public)
xo::db::sql::utilget_default [ -dbn dbn ] -table_name table_name \ -column column
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
get_primary_keys (scripted, public)
xo::db::sql::utilget_primary_keys [ -dbn dbn ] \ -table_name table_name
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- Testcases:
- No testcase defined.
index_exists (scripted, public)
xo::db::sql::utilindex_exists [ -dbn dbn ] -name name
Automatically generated method
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
logical_negation (scripted, public)
xo::db::sql::utillogical_negation [ -dbn dbn ] \ -true_or_false true_or_false
Automatically generated method
- Switches:
- -dbn (optional)
- -true_or_false (required)
- Testcases:
- No testcase defined.
multiple_nextval (scripted, public)
xo::db::sql::utilmultiple_nextval [ -dbn dbn ] \ -v_sequence_name v_sequence_name -v_count v_count
Automatically generated method
- Switches:
- -dbn (optional)
- -v_sequence_name (required)
- -v_count (required)
- Testcases:
- No testcase defined.
not_null_exists (scripted, public)
xo::db::sql::utilnot_null_exists [ -dbn dbn ] -table_name table_name \ -column column
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
primary_key_exists (scripted, public)
xo::db::sql::utilprimary_key_exists [ -dbn dbn ] \ -table_name table_name -column column [ -single_p single_p ]
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- -single_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
table_column_exists (scripted, public)
xo::db::sql::utiltable_column_exists [ -dbn dbn ] \ -table_name table_name -column column
Automatically generated method
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
table_exists (scripted, public)
xo::db::sql::utiltable_exists [ -dbn dbn ] -name name
Automatically generated method
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
unique_exists (scripted, public)
xo::db::sql::utilunique_exists [ -dbn dbn ] -table table \ -column column [ -single_p single_p ]
Automatically generated method
- Switches:
- -dbn (optional)
- -table (required)
- -column (required)
- -single_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
view_exists (scripted, public)
xo::db::sql::utilview_exists [ -dbn dbn ] -name name
Automatically generated method
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables