| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package MonetDB::CLI::MapiXS; |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
our $VERSION = '0.03'; |
|
4
|
|
|
|
|
|
|
|
|
5
|
4
|
|
|
4
|
|
106515
|
use XSLoader(); |
|
|
4
|
|
|
|
|
10
|
|
|
|
4
|
|
|
|
|
161
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
XSLoader::load __PACKAGE__; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
MonetDB::CLI::MapiXS - MonetDB::CLI implementation, using libMapi |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
MonetDB::CLI::MapiXS is an implementation of the MonetDB call level interface |
|
16
|
|
|
|
|
|
|
L. |
|
17
|
|
|
|
|
|
|
It uses L - the MonetDB Application Programming Interface. |
|
18
|
|
|
|
|
|
|
Normally, you don't use this module directly, but let L |
|
19
|
|
|
|
|
|
|
choose an implementation module. |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 AUTHORS |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Steffen Goeldner Esgoeldner@cpan.orgE. |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENCE |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
The contents of this file are subject to the MonetDB Public License |
|
28
|
|
|
|
|
|
|
Version 1.1 (the "License"); you may not use this file except in |
|
29
|
|
|
|
|
|
|
compliance with the License. You may obtain a copy of the License at |
|
30
|
|
|
|
|
|
|
http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" |
|
33
|
|
|
|
|
|
|
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
34
|
|
|
|
|
|
|
License for the specific language governing rights and limitations |
|
35
|
|
|
|
|
|
|
under the License. |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
The Original Code is the MonetDB Database System. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
The Initial Developer of the Original Code is CWI. |
|
40
|
|
|
|
|
|
|
Portions created by CWI are Copyright (C) 1997-2006 CWI. |
|
41
|
|
|
|
|
|
|
All Rights Reserved. |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head2 MonetDB |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Homepage : http://monetdb.cwi.nl |
|
48
|
|
|
|
|
|
|
SourceForge : http://sourceforge.net/projects/monetdb |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=head2 Perl modules |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
L, L |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=cut |