5.7.22. Bugzilla::DB::Oracle¶
5.7.22.1. NAME¶
Bugzilla::DB::Oracle - Bugzilla database compatibility layer for Oracle
5.7.22.2. DESCRIPTION¶
This module overrides methods of the Bugzilla::DB module with Oracle specific implementation. It is instantiated by the Bugzilla::DB module and should never be used directly.
For interface details see Bugzilla::DB and DBI.
5.7.22.3. Methods in need of POD¶
adjust_statement
bz_check_regexp
bz_drop_table
bz_explain
bz_last_key
bz_setup_database
bz_table_columns_real
bz_table_list_real
do
prepare
prepare_cached
quote_identifier
selectall_arrayref
selectall_hashref
selectcol_arrayref
selectrow_array
selectrow_arrayref
selectrow_hashref
sql_date_format
sql_date_math
sql_from_days
sql_fulltext_search
sql_group_concat
sql_in
sql_limit
sql_not_regexp
sql_position
sql_regexp
sql_string_concat
sql_to_days
This documentation undoubtedly has bugs; if you find some, please file them here.