Skip to content

Commit cbbcfd6

Browse files
committed
Update Abstract.pod
1 parent 8a46546 commit cbbcfd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/CellBIS/SQL/Abstract.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ CellBIS::SQL::Abstract - SQL Query Generator
5555

5656
The purpose of this module is to generate SQL Query. General queries has covered
5757
C<insert>, C<delete>, C<update>, C<select>, and B<select> with B<join> - (C<select_join>).
58-
And the additional query has covered to create table
58+
And the additional query has covered to create table.
5959

6060
=head1 METHODS
6161

62-
CellBIS::SQL::Abstract inherit from L<Mojo::Base>.
63-
Methods C<insert>, C<update>, C<select>, and C<select_join>.
62+
L<CellBIS::SQL::Abstract> inherits all methods from L<Mojo::Base>.
63+
General methods available for C<insert>, C<update>, C<select>, and C<select_join>.
6464

65-
C<create_table> is additional method.
65+
For additional method, only available for C<create_table>.
6666
Currently, only supports MariaDB/MySQL and SQLite Syntax
6767

6868
The following are the methods available from this module:

0 commit comments

Comments
 (0)