Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

lua_oci8.h

Go to the documentation of this file.
00001 #ifndef simplest_h
00002 #define simplest_h
00003 
00004 
00005 extern "C" {
00006 
00007 #include <lua.h>
00008 #include <lauxlib.h>
00009 #include <lualib.h>
00010 
00011 
00012 LUALIB_API int luaopen_oci8(lua_State *L);
00013 
00014 }
00015 
00016 
00017 int lua_oci8_version(lua_State* L);
00018 int lua_oci8_connect(lua_State* L);
00019 int lua_oci8_execute(lua_State* L);
00020 int lua_oci8_close(lua_State* L);
00021 
00022 
00023 #endif

Generated on Mon May 16 18:26:58 2005 for libdms4 by doxygen1.3-rc2