X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=5f8cc4e4b66e9139087fd37bb4ae5b34293621e0;hb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75;hp=2a07e84490d45d129494c42d06e171a088619529;hpb=e622ee6f4bf2b9fe81af59d566e651c983a4833b;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index 2a07e84..5f8cc4e 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -5,6 +5,8 @@ ;;;; Name: package.lisp ;;;; Purpose: Package definition for SQL interface ;;;; +;;;; $Id$ +;;;; ;;;; This file is part of CLSQL. ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -138,6 +140,7 @@ #:db-type-has-views? #:db-type-has-bigint? #:db-type-has-union? + #:db-type-has-prepared-stmt? #:db-type-has-subqueries? #:db-type-has-boolean-where? #:db-type-transaction-capable? @@ -162,6 +165,12 @@ #:read-large-object #:delete-large-object + ;; Prepared statments + #:database-prepare + #:database-run-prepared + #:database-bind-parameter + #:database-free-prepared + ;; accessors for database class #:name #:connection-spec @@ -175,7 +184,8 @@ #:database-type #:database-state #:attribute-cache - + #:database-autocommit + ;; utils.lisp #:without-interrupts #:make-process-lock @@ -188,6 +198,7 @@ #:number-to-sql-string #:float-to-sql-string #:sql-escape-quotes + #:sql-escape #:in ;; Generic backends @@ -297,6 +308,10 @@ #:loop ;; CLSQL Extensions #:for-each-row + #:prepare-sql + #:bind-parameter + #:run-prepared-sql + #:free-prepared-sql ;; Transaction handling (transaction.lisp) #:with-transaction @@ -314,6 +329,7 @@ #:database-commit-transaction #:transaction-level #:transaction + #:set-autocommit ;; OODDL (ooddl.lisp) #:standard-db-object @@ -325,6 +341,8 @@ ;; CLSQL Extensions #:view-table #:bigint + #:varchar + #:*default-varchar-length* ;; OODML (oodml.lisp) #:instance-refreshed