r9115: new deb package
[clsql.git] / base / package.lisp
index 5eadf6583a26180bb5bf16a1c40ad2c81254b2fd..7f57eabdccbd5ef7e68901ccd83c2309c19488dd 100644 (file)
      #:database-create
      #:database-destroy
      #:database-probe
+     #:database-list
      #:database-describe-table
-     
+     #:database-underlying-type
+
      #:database-list-tables
      #:database-list-attributes
      #:database-attribute-type
@@ -57,6 +59,7 @@
      #:database-list-attributes
      #:database-list-sequences
      #:database-list-indexes
+     #:database-list-table-indexes
      #:database-list-views
      
      
      #:with-process-lock
      #:connection-spec
      #:ensure-keyword
-     
+
+     ;; utils.lisp
+     #:without-interrupts
+     #:make-process-lock
+     #:with-process-lock
+     #:command-output
+
      ;; Shared exports for re-export by CLSQL-BASE
      .
      #1=(#:clsql-condition
         #:clsql-closed-error-database
          #:clsql-sql-syntax-error
          #:clsql-type-error
-         
+         #:clsql-odbc-error
+        #:clsql-odbc-error-message
+        
         #:*loaded-database-types*
         #:reload-database-types
         #:*default-database-type*
         #:wall-time
         #:wall-timestring
         #:week-containing
-
+        #:gregorian-to-mjd
+        #:mjd-to-gregorian
+        x
         ;; recording.lisp -- SQL I/O Recording 
         #:record-sql-action
         #:add-sql-stream                 ; recording  xx
         #:create-database
         #:destroy-database
         #:probe-database
+        #:list-databases
 
         ;; basic-sql.lisp
         #:query
         #:transaction-level
         #:transaction
 
+        ;; Database features specialized by backend
+        #:db-use-column-on-drop-index?
+        
         ))
     (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))