pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
Yuval Kogman [Thu, 3 Jan 2008 13:36:07 +0000 (13:36 +0000)]
lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm

index 88eeab6..5c03762 100644 (file)
@@ -64,6 +64,13 @@ be called is the same execute statement, not just the same connection.
 So, this implementation appends a SELECT SCOPE_IDENTITY() statement
 onto each INSERT to accommodate that requirement.
 
+=head1 METHODS
+
+=head2 insert
+
+=head2 last_insert_id
+
+=head2 sqlt_type
 
 =head1 AUTHORS