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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884
|
<?xml version='1.0' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % myents SYSTEM "entities.inc">
%myents;
]>
<appendix id="appendix">
<title>Database Back-ends</title>
<sect1 id="foreignlibs">
<title>How CLSQL finds and loads foreign libraries</title>
<para>
For some database types CLSQL has to load external foreign
libaries. These are usually searched for in the standard
locations the operating system uses but you can tell &clsql; to
look into other directories as well by using the function
<function>CLSQL:PUSH-LIBRARY-PATH</function> or by directly
manipulating the special variable
<varname>CLSQL:*FOREIGN-LIBRARY-SEARCH-PATHS*</varname>. If,
say, the shared library libpq.so needed for PostgreSQL support
is located in the directory <filename>/opt/foo/</filename> on
your machine you'd use
<screen>
(clsql:push-library-path "/opt/foo/")
</screen>
before loading the CLSQL-POSTGRESQL module. (Note the trailing
slash above!)
If you want to combine this with fully automatic loading of
libraries via ASDF a technique like the following works:
<screen>
(defmethod asdf:perform :after ((o asdf:load-op)
(c (eql (asdf:find-system 'clsql))))
(funcall (find-symbol (symbol-name '#:push-library-path)
(find-package 'clsql))
#p"/opt/foo/"))
</screen>
</para>
<para>
Additionally, site-specific initialization can be done using an
initialization file. If the file <filename>/etc/clsql-init.lisp</filename>
exists, this file will be read after the &clsql; ASDF system is loaded.
This file can contain forms to set site-specific paths as well as change
&clsql; default values.
</para>
</sect1>
<sect1 id="postgresql">
<title>PostgreSQL</title>
<sect2>
<title>Libraries</title>
<para>The PostgreSQL back-end requires the PostgreSQL C
client library (<filename>libpq.so</filename>). The
location of this library is specified via
<symbol>*postgresql-so-load-path*</symbol>, which defaults
to <filename>/usr/lib/libpq.so</filename>. Additional flags
to <application>ld</application> needed for linking are
specified via <symbol>*postgresql-so-libraries*</symbol>,
which defaults to <symbol>("-lcrypt" "-lc")</symbol>.</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-postgresql)
</screen>
to load the PostgreSQL back-end. The database type for the
PostgreSQL back-end is <symbol>:postgresql</symbol>.</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>
(<replaceable>host</replaceable> <replaceable>db</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable> &optional <replaceable>port</replaceable> <replaceable>options</replaceable> <replaceable>tty</replaceable>)
</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<para>
For every parameter in the connection-spec,
<symbol>nil</symbol> indicates that the PostgreSQL default
environment variables (see PostgreSQL documentation) will
be used, or if those are unset, the compiled-in defaults
of the C client library are used.
</para>
<variablelist>
<varlistentry>
<term><parameter>host</parameter></term>
<listitem>
<para>String representing the hostname or IP address
the PostgreSQL server resides on. Use the empty
string to indicate a connection to localhost via
Unix-Domain sockets instead of TCP/IP.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>db</parameter></term>
<listitem>
<para>String representing the name of the database on
the server to connect to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the unencrypted password to
use for authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>port</parameter></term>
<listitem>
<para>String representing the port to use for
communication with the PostgreSQL server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>options</parameter></term>
<listitem>
<para>String representing further runtime options for
the PostgreSQL server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>tty</parameter></term>
<listitem>
<para>String representing the tty or file to use for
debugging messages from the PostgreSQL server.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<para>None.</para>
</sect2>
</sect1>
<sect1 id="postgresql-socket">
<title>PostgreSQL Socket</title>
<sect2>
<title>Libraries</title>
<para>The PostgreSQL Socket back-end needs
<emphasis>no</emphasis> access to the PostgreSQL C
client library, since it communicates directly with the
PostgreSQL server using the published frontend/backend
protocol, version 2.0. This eases installation and makes it
possible to dump CMU CL images containing CLSQL and this
backend, contrary to backends which require FFI code.</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-postgresql-socket)
</screen>
to load the PostgreSQL Socket back-end. The database type
for the PostgreSQL Socket back-end is
<symbol>:postgresql-socket</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>
(<replaceable>host</replaceable> <replaceable>db</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable> &optional <replaceable>port</replaceable> <replaceable>options</replaceable> <replaceable>tty</replaceable>)
</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>host</parameter></term>
<listitem>
<para>If this is a string, it represents the hostname or
IP address the PostgreSQL server resides on. In
this case communication with the server proceeds via
a TCP connection to the given host and port.</para>
<para>
If this is a pathname, then it is assumed to name the
directory that contains the server's Unix-Domain
sockets. The full name to the socket is then
constructed from this and the port number passed,
and communication will proceed via a connection to
this unix-domain socket.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>db</parameter></term>
<listitem>
<para>String representing the name of the database on
the server to connect to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the unencrypted password to
use for authentication. This can be the empty
string if no password is required for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>port</parameter></term>
<listitem>
<para>Integer representing the port to use for
communication with the PostgreSQL server. This
defaults to 5432.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>options</parameter></term>
<listitem>
<para>String representing further runtime options for
the PostgreSQL server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>tty</parameter></term>
<listitem>
<para>String representing the tty or file to use for
debugging messages from the PostgreSQL server.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<para>None.</para>
</sect2>
</sect1>
<sect1 id="mysql">
<title>MySQL</title>
<sect2>
<title>Libraries</title>
<para>The &mysql; back-end requires the &mysql; C
client library (<filename>libmysqlclient.so</filename>).
The location of this library is specified
via <symbol>*mysql-so-load-path*</symbol>, which defaults
to <filename>/usr/lib/libmysqlclient.so</filename>.
Additional flags to <application>ld</application> needed for
linking are specified via <symbol>*mysql-so-libraries*</symbol>,
which defaults to <symbol>("-lc")</symbol>.
</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-mysql)
</screen>
to load the &mysql; back-end. The database type for the MySQL
back-end is <symbol>:mysql</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>(<replaceable>host</replaceable> <replaceable>db</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable> &optional <replaceable>port</replaceable>)</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>host</parameter></term>
<listitem>
<para>String representing the hostname or IP address
the &mysql; server resides on, or <symbol>nil</symbol>
to indicate the localhost.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>db</parameter></term>
<listitem>
<para>String representing the name of the database on
the server to connect to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication, or <symbol>nil</symbol> to use the
current Unix user ID.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the unencrypted password to
use for authentication, or <symbol>nil</symbol> if
the authentication record has an empty password
field.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>port</parameter></term>
<listitem>
<para>String representing the port to use for
communication with the MySQL server.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<sect3><title>FDDL</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
<link
linkend="drop-index"><function>drop-index</function></link>
requires a table to be specified with the
<symbol>:on</symbol> keyword parameter.
</para>
</listitem>
<listitem>
<para>
<glossterm linkend="gloss-view">views</glossterm> are not
supported by &mysql;.
</para>
</listitem>
<listitem>
<para>
The <symbol>:transactions</symbol> keyword argument to
<link
linkend="create-table"><function>create-table</function></link>
controls whether or not the created table is an InnoDB
table which supports transactions.
</para>
</listitem>
<listitem>
<para>
The <symbol>:owner</symbol> keyword argument to the FDDL functions
for listing and testing for database objects is ignored.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>FDML</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
Prior to version 4.1, &mysql; does not support nested
subqueries in calls to <link
linkend="select"><function>select</function></link>.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>Symbolic SQL Syntax</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
&mysql; does not support the <function>||</function>
concatenation operator. Use <function>concat</function>
instead.
</para>
</listitem>
<listitem>
<para>
&mysql; does not support the <function>substr</function>
operator. Use <function>substring</function> instead.
</para>
</listitem>
<listitem>
<para>
&mysql; does not support the
<function>intersect</function> and
<function>except</function> set operations.
</para>
</listitem>
<listitem>
<para>
&mysql; (version 4.0 and later) does not support string
table aliases unless the server is started with
ANSI_QUOTES enabled.
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
</sect1>
<sect1 id="odbc">
<title>&odbc;</title>
<sect2>
<title>Libraries</title>
<para>
The &odbc; back-end requires access to an &odbc; driver
manager as well as &odbc; drivers for the underlying
database server. &clsql; has been tested with
<application>unixODBC</application> ODBC Driver Manager as
well as Microsoft's ODBC manager. These driver managers
have been tested with the <ulink
url="http://odbc.postgresql.org">
<citetitle>psqlODBC</citetitle></ulink> driver for
&postgresql; and the <ulink
url="http://www.mysql.com/products/connector/odbc/">
<citetitle>MyODBC</citetitle></ulink> driver for &mysql;.
</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-odbc)
</screen>
to load the &odbc; back-end. The database type for the &odbc;
back-end is <symbol>:odbc</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>(<replaceable>dsn</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable> &key <replaceable>connection-string</replaceable>)</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>dsn</parameter></term>
<listitem>
<para>String representing the ODBC data source name.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the unencrypted password to
use for authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>connection-string</parameter></term>
<listitem>
<para>Raw connection string passed to the underlying
ODBC driver. Allows bypassing creating a DSN on the
server.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<sect3><title>FDDL</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
The <symbol>:owner</symbol> keyword argument to the FDDL functions
for listing and testing for database objects is ignored.
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
<sect2><title>Connect Examples</title>
<screen>
;; assumes a "mssql" DSN is configured on the lisp host, specifying database server
;; and database name.
> (clsql:connect '("mssql" "database-user" "database-password")
:database-type :odbc)
=> #<CLSQL-ODBC:ODBC-DATABASE mssql/database-user OPEN {100756D123}>
;; no DSN on the lisp host, specify connection information via :connection-string
> (clsql:connect '("friendly-server-name" "friendly-username" ""
:connection-string "DRIVER={FreeTDS};SERVER=mssql-server;DATABASE=database-name;UID=database-user;PWD=database-password;PORT=1433;TDS_Version=8.0;APP=clsql")
:database-type :odbc)
=> #<CLSQL-ODBC:ODBC-DATABASE friendly-server-name/friendly-username OPEN {100756D123}></screen>
<para>
The <symbol>friendly-server-name</symbol>
and <symbol>friendly-username</symbol> are only used when
printing the connection object to a stream.
</para>
</sect2>
</sect1>
<sect1 id="aodbc">
<title>&aodbc;</title>
<sect2>
<title>Libraries</title> <para>The &aodbc; back-end requires
access to the &odbc; interface of &acl; named DBI. This
interface is not available in the trial version of
&acl;</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(require 'aodbc-v2)
(asdf:operate 'asdf:load-op 'clsql-aodbc)
</screen>
to load the &aodbc; back-end. The database type for the &aodbc;
back-end is <symbol>:aodbc</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>
(<replaceable>dsn</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable>)
</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>dsn</parameter></term>
<listitem>
<para>String representing the ODBC data source name.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the unencrypted password to
use for authentication.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<para>
None.
</para>
</sect2>
</sect1>
<sect1 id="sqlite">
<title>&sqlite;</title>
<sect2>
<title>Libraries</title> <para>The &sqlite; back-end requires
the &sqlite; shared library file. Its default file name is
<filename>/usr/lib/libsqlite.so</filename>.</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-sqlite)
</screen>
to load the &sqlite; back-end. The database type for the &sqlite;
back-end is <symbol>:sqlite</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>(<replaceable>filename</replaceable>)</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>String or pathname representing the filename of
the &sqlite; database file.</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<sect3><title>Connection</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
Passing <parameter>filename</parameter> a value of
<filename>:memory:</filename> will create a database in
physical memory instead of using a file on disk.
</para>
</listitem>
<listitem>
<para>
Some operations will be many times faster if database
integrity checking is disabled by setting the SYNCHRONOUS
flag to OFF (see the SQLITE manual for details).
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>FDDL</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
The <symbol>:owner</symbol> keyword argument to the FDDL functions
for listing and testing for database objects is ignored.
</para>
</listitem>
<listitem>
<para>
The <symbol>:column-list</symbol> keyword argument to
<link
linkend="create-view"><function>create-view</function></link>
is not supported by &sqlite;.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>Symbolic SQL Syntax</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
&sqlite; does not support the <function>all</function>,
<function>some</function>, <function>any</function> and
<function>exists</function> subquery operations.
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
</sect1>
<sect1 id="sqlite3">
<title>&sqlite3;</title>
<sect2>
<title>Libraries</title> <para>The &sqlite3; back-end requires
the &sqlite3; shared library file. Its default file name is
<filename>/usr/lib/libsqlite3.so</filename>.</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-sqlite3)
</screen>
to load the &sqlite3; back-end. The database type for the &sqlite3;
back-end is <symbol>:sqlite3</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>(<replaceable>filename</replaceable> &optional <replaceable>init-function</replaceable>)</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>String representing the filename of the &sqlite3;
database file.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>init-function</parameter></term>
<listitem>
<para>
A function designator.
<replaceable>init-function</replaceable> takes a
single argument of type
<type>sqlite3:sqlite3-db</type>, a foreign pointer to
the C descriptor of the newly opened database.
<replaceable>init-function</replaceable> is called by
the back-end immediately after &sqlite3;
<function>sqlite3_open</function> library function,
and can be used to perform optional database
initializations by calling foreign functions in the
&sqlite3; library.
</para>
<para>
An example of an initialization function which
defines a new collating sequence for text columns is
provided in
<filename>./examples/sqlite3/init-func/</filename>.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<sect3><title>Connection</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
Passing <parameter>filename</parameter> a value of
<filename>:memory:</filename> will create a database in
physical memory instead of using a file on disk.
</para>
</listitem>
<listitem>
<para>
Some operations will be many times faster if database
integrity checking is disabled by setting the SYNCHRONOUS
flag to OFF (see the SQLITE manual for details).
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>FDDL</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
The <symbol>:owner</symbol> keyword argument to the FDDL functions
for listing and testing for database objects is ignored.
</para>
</listitem>
<listitem>
<para>
The <symbol>:column-list</symbol> keyword argument to
<link
linkend="create-view"><function>create-view</function></link>
is not supported by &sqlite3;.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>Symbolic SQL Syntax</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
&sqlite3; does not support the <function>all</function>,
<function>some</function>, <function>any</function> and
<function>exists</function> subquery operations.
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
</sect1>
<sect1 id="oracle">
<title>Oracle</title>
<sect2>
<title>Libraries</title>
<para>The &oracle; back-end requires the &oracle; OCI client
library. (<filename>libclntsh.so</filename>). The location of
this library is specified relative to the
<symbol>ORACLE_HOME</symbol> value in the operating system
environment.
</para>
</sect2>
<sect2>
<title>Library Versions</title>
<para>
&clsql; has tested sucessfully using the client library from
Oracle 9i and Oracle 10g server installations as well as
Oracle's 10g Instant Client library. For Oracle 8 and earlier
versions, there is vestigial support by pushing the symbol
<symbol>:oci7</symbol> onto <symbol>cl:*features*</symbol>
prior to loading the <filename>clsql-oracle</filename> &asdf;
system.
<screen>
(push :oci7 cl:*features*)
(asdf:operate 'asdf:load-op 'clsql-oracle)
</screen>
</para>
</sect2>
<sect2>
<title>Initialization</title>
<para>
Use
<screen>
(asdf:operate 'asdf:load-op 'clsql-oracle)
</screen>
to load the &oracle; back-end. The database type for the Oracle
back-end is <symbol>:oracle</symbol>.
</para>
</sect2>
<sect2>
<title>Connection Specification</title>
<sect3>
<title>Syntax of connection-spec</title>
<synopsis>(<replaceable>global-name</replaceable> <replaceable>user</replaceable> <replaceable>password</replaceable>)</synopsis>
</sect3>
<sect3>
<title>Description of connection-spec</title>
<variablelist>
<varlistentry>
<term><parameter>global-name</parameter></term>
<listitem>
<para>String representing the global name of the Oracle database.
This is looked up through the tnsnames.ora file.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>user</parameter></term>
<listitem>
<para>String representing the user name to use for
authentication.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>password</parameter></term>
<listitem>
<para>String representing the password to
use for authentication..</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<sect2><title>Notes</title>
<sect3><title>Symbolic SQL Syntax</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
The <function>userenv</function> operator is &oracle; specific.
</para>
</listitem>
<listitem>
<para>
&oracle; does not support the <function>except</function>
operator. Use <function>minus</function> instead.
</para>
</listitem>
<listitem>
<para>
&oracle; does not support the <function>all</function>,
<function>some</function>, <function>any</function>
subquery operations.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title>Transactions</title>
<itemizedlist mark='opencircle'>
<listitem>
<para>
By default, &clsql; starts in transaction AUTOCOMMIT mode
(see <link
linkend="set-autocommit"><function>set-autocommit</function></link>).
To begin a transaction in autocommit mode, <link
linkend="start-transaction"><function>start-transaction</function></link>
has to be called explicitly.
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
</sect1>
</appendix>
|