blob: 12257087492e0b4d29666f1e98960bc9e75b1d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
%D \module
%D [ file=s-sql-tables,
%D version=2012.07.12,
%D title=\CONTEXT\ Extra Modules,
%D subtitle=SQL,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
% for the moment no helpers
\startmodule[sql-tables]
\registerctxluafile{s-sql-tables}{}
\installmodulecommandluasingle \showdefinedsqltables {moduledata.sql.tables.showdefined}
\stopmodule
|