line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::sql; |
2
|
1
|
|
|
1
|
|
99559
|
use strict; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
48
|
|
3
|
1
|
|
|
1
|
|
10
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
88
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding iso-8859-1 |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::sql - The SQL theme |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This list contains the list of reserved words in SQL-92. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
See L |
20
|
|
|
|
|
|
|
for why you need this professiona^Wenterprise list in |
21
|
|
|
|
|
|
|
C. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Philippe "BooK" Bruhat |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
I blame Maddingue for showing me this link, and rgs for |
30
|
|
|
|
|
|
|
saying: I. I blame C<#perlfr> in general for |
31
|
|
|
|
|
|
|
the existence of C. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 CHANGES |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=over 4 |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item * |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item * |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
2006-04-24 |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.71. |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=item * |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
2006-03-23 |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
The IRC conversation that inspired this module: |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
15:16 <@Maddingue_> thedailywtf++ "Remember, the enterprisocity of an application is directly proportionate to the number of constants defined" ha ha :) |
56
|
|
|
|
|
|
|
15:17 <@Maddingue_> ยป http://thedailywtf.com/forums/64833/ShowPost.aspx |
57
|
|
|
|
|
|
|
... |
58
|
|
|
|
|
|
|
17:21 <@BooK> AMS::SQL |
59
|
|
|
|
|
|
|
17:22 <@rgs> SELECT_STAR |
60
|
|
|
|
|
|
|
... |
61
|
|
|
|
|
|
|
17:22 <@rgs> IL LE FAUT |
62
|
|
|
|
|
|
|
17:23 <@BooK> rgs: oui, avec un lien vers ce post |
63
|
|
|
|
|
|
|
17:23 <@BooK> il me faut une grammaire SQL, maintenant |
64
|
|
|
|
|
|
|
17:23 <@BooK> comme source |
65
|
|
|
|
|
|
|
17:24 <@BooK> evidemment, ce sera l'occasion de passer en multitheme, avec le support du plusieurs DB! |
66
|
|
|
|
|
|
|
17:24 <@BooK> muahhaha |
67
|
|
|
|
|
|
|
17:26 <@Maddingue_> GIMMIE! |
68
|
|
|
|
|
|
|
17:27 * rgs chante du ABBA |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=back |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=head1 SEE ALSO |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
L, L. |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=cut |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
__DATA__ |