r8998: conditionalize shell command for windows
[clsql.git] / db-odbc / odbc-api.lisp
index 332200c1ef299930e75c1edab01839caafa37805..717d9cf5ac3c9cb6255c3e7f13dc4a3f99eafd2b 100644 (file)
 
 (in-package #:odbc)
 
-(defun connect (&key user password data-source-name)
-  (warn "Not implemented.")
-  nil)
-
-(defun disconnect (conn)
-  (warn "Not implemented."))  
-
-
-(defun query (expr &key db result-types row-count column-names)
-  (warn "Not implemented."))
-
-(defun execute (expr conn)
-  (warn "Not implemented."))
-
-(defun close-query (result-set)
-  (warn "Not implemented."))
-
-(defun fetch-row (result-set error-eof eof-value)
-  (warn "Not implemented."))