ora_call.H

00001 /* File:      ora_call.H
00002 ** Author(s): Hasan Davulcu
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1993-1998
00006 ** 
00007 ** XSB is free software; you can redistribute it and/or modify it under the
00008 ** terms of the GNU Library General Public License as published by the Free
00009 ** Software Foundation; either version 2 of the License, or (at your option)
00010 ** any later version.
00011 ** 
00012 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00013 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00014 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00015 ** more details.
00016 ** 
00017 ** You should have received a copy of the GNU Library General Public License
00018 ** along with XSB; if not, write to the Free Software Foundation,
00019 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020 **
00021 ** $Id: ora_call.H,v 1.9 2003/07/22 17:19:22 lfcastro Exp $
00022 ** 
00023 */
00024 
00025 
00026 :- export db_open/1, db_close/0, db_flag/3, db_SQLCA/2, db_query/2.
00027 :- export db_import/2, db_import_test/2, flush/0, db_sql/1,db_attach/2.
00028 :- export db_transaction/1, db_sql_select/2, db_delete/2, db_insert/2.
00029 :- export db_show_schema/1, db_get_schema/2, user_tables/1, db_get_schema/2.
00030 :- export db_record/2, db_create_table/2, db_create_index/3, db_delete_table/1.
00031 :- export db_delete_view/1, db_delete_index/1, db_add_record/2, delete_record/2.
00032 :- export db_error_message/3, connect/0.
00033 :- export '$ora_err$'/1, '$show_query$'/1, '$cursor_table$'/1.
00034 
00035 :- import table_arity/2, ','/2, (:-)/2 from usermod.
00036 :- import str_cat/3, oracle_query/7 from machine.
00037 :- import conset/2, conget/2 from gensym.
00038 :- import (dynamic)/1, assert/1, asserta/1, retract/1,
00039    retractall/1 from assert.
00040 :- import write/1, writeln/1, (=..)/2, atom_codes/2 from standard.
00041 :- import name/2, atom/1, integer/1, (\=)/2, atomic/1 from standard.
00042 :- import nl/0, functor/3, number/1, call/1, (not)/1 from standard.
00043 :- import findall/3, bagof/3 from setof.
00044 :- import copy_term/2, append/3, member/2 from basics.

Generated on Wed Jul 26 13:30:44 2006 for XSB by  doxygen 1.4.5