1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd"
[ <!ENTITY % xinclude SYSTEM "xinclude.mod">
%xinclude;
]>
<article>
<articleinfo>
<title>MySQL++ v@MYSQLPP_VERSION_MAJOR@.@MYSQLPP_VERSION_MINOR@.@MYSQLPP_VERSION_BUGFIX@ User Manual</title>
<authorgroup>
<author>
<firstname>Kevin</firstname>
<surname>Atkinson</surname>
</author>
<author>
<firstname>Sinisa</firstname>
<surname>Milivojevic</surname>
</author>
<author>
<firstname>Monty</firstname>
<surname>Widenius</surname>
</author>
<author>
<firstname>Warren</firstname>
<surname>Young</surname>
</author>
</authorgroup>
<copyright>
<year>1998-2001, 2005-2008</year>
<holder>Kevin Atkinson (original author)</holder>
<holder>MySQL AB</holder>
<holder>Educational Technology Resources</holder>
</copyright>
<pubdate><?dbtimestamp format="B d, Y"?></pubdate>
</articleinfo>
<xi:include href="intro.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="overview.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="tutorial.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="tquery.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="ssqls.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="unicode.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="threads.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="configuration.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="incorporating.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="breakages.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="licenses.dbx" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</article>
|