X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=5f8cc4e4b66e9139087fd37bb4ae5b34293621e0;hb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75;hp=c180f46a5a8b479a4ed950bf48cd338210752928;hpb=333e8280f2f3438ffd379349bc9746c34cccc159;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index c180f46..5f8cc4e 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -140,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? @@ -164,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 @@ -301,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 @@ -318,7 +329,7 @@ #:database-commit-transaction #:transaction-level #:transaction - #:autocommit + #:set-autocommit ;; OODDL (ooddl.lisp) #:standard-db-object @@ -330,6 +341,8 @@ ;; CLSQL Extensions #:view-table #:bigint + #:varchar + #:*default-varchar-length* ;; OODML (oodml.lisp) #:instance-refreshed