summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
authorDamien Nozay <damien.nozay@gmail.com>2013-09-03 11:54:00 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-09-03 11:54:00 +0200
commit29a3667d3920a778e68e16f2badf000697edfb1b (patch)
treef4fe204b7df544f7a441043db810348e480da37e /Bugzilla/DB
parent916c711be6c16f981ed652ebde73748f704a99dd (diff)
downloadbugzilla-29a3667d3920a778e68e16f2badf000697edfb1b.tar.gz
bugzilla-29a3667d3920a778e68e16f2badf000697edfb1b.tar.xz
Bug 911512: Bugzilla::DB::Oracle lacks POD coverage
r=LpSolit a=sgreen
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Oracle.pm66
1 files changed, 66 insertions, 0 deletions
diff --git a/Bugzilla/DB/Oracle.pm b/Bugzilla/DB/Oracle.pm
index 68aa3fa93..23474fe15 100644
--- a/Bugzilla/DB/Oracle.pm
+++ b/Bugzilla/DB/Oracle.pm
@@ -787,3 +787,69 @@ sub fetch {
return $row;
}
1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item adjust_statement
+
+=item bz_check_regexp
+
+=item bz_drop_table
+
+=item bz_explain
+
+=item bz_last_key
+
+=item bz_setup_database
+
+=item bz_table_columns_real
+
+=item bz_table_list_real
+
+=item do
+
+=item prepare
+
+=item prepare_cached
+
+=item quote_identifier
+
+=item selectall_arrayref
+
+=item selectall_hashref
+
+=item selectcol_arrayref
+
+=item selectrow_array
+
+=item selectrow_arrayref
+
+=item selectrow_hashref
+
+=item sql_date_format
+
+=item sql_date_math
+
+=item sql_from_days
+
+=item sql_fulltext_search
+
+=item sql_group_concat
+
+=item sql_in
+
+=item sql_limit
+
+=item sql_not_regexp
+
+=item sql_position
+
+=item sql_regexp
+
+=item sql_string_concat
+
+=item sql_to_days
+
+=back