changed POD formatting
This commit is contained in:
parent
bf5a0145ae
commit
2b6eb201a9
55 changed files with 1188 additions and 3220 deletions
|
|
@ -65,14 +65,10 @@ sub getList {
|
|||
|
||||
Returns a hash containing a single database link.
|
||||
|
||||
=over
|
||||
|
||||
=item databaseLinkId
|
||||
=head3 databaseLinkId
|
||||
|
||||
A valid databaseLinkId
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub get {
|
||||
|
|
@ -85,14 +81,10 @@ sub get {
|
|||
Returns an array of hashrefs containing items which use a database link. This method will
|
||||
need to be updated any time a new item starts using Database Links.
|
||||
|
||||
=over
|
||||
|
||||
=item databaseLinkId
|
||||
=head3 databaseLinkId
|
||||
|
||||
A valid databaseLinkId
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub whatIsUsing {
|
||||
|
|
@ -178,14 +170,10 @@ sub dbh {
|
|||
|
||||
Constructor.
|
||||
|
||||
=over
|
||||
|
||||
=item databaseLinkId
|
||||
=head3 databaseLinkId
|
||||
|
||||
The databaseLinkId of the databaseLink you're creating an object reference for.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub new {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue