* Added the missing POD of a sub.
Norbert Buchmuller [Wed, 18 Feb 2009 03:55:54 +0000 (04:55 +0100)]
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm

index d12e3ff..4066c67 100644 (file)
@@ -84,6 +84,13 @@ sub _sequence_fetch {
   return $id;
 }
 
+=head2 connected
+
+Returns true if we have an open (and working) database connection, false if it is not (yet)
+open (or does not work). (Executes a simple SELECT to make sure it works.)
+
+=cut
+
 sub connected {
   my $self = shift;