SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
LOCAL_FUNCTIONS_PRECEDED_CALLS.h
/*
----****----****----****----****----****----****----****----****----****----****
*/
/* ----****----****---- FUNCIONES DECLARADAS INTERNAS
****----****----****----**** */
/*
----****----****----****----****----****----****----****----****----****----****
*/

       /* ----****----****---- FUNCIONES QUERY SQL ORACLE     ****----****----****
*/
                int version_oracle();
                int db_block_size ();
                char *db_object_type ();
                char *db_session_sid_locked ();
                char *db_object_owner_name ();
                int db_tablspace_ini_ext_size ();
        /* ----****----****---- FUNCIONES PRIMITIVAS ORACLE
****----****----**** */
                int oracle_connect_original();
                int oracle_connect_new();
                int alloc_descriptors();
                int set_bind_variables();
                int process_select_list();
                int liberar_memoria();
                int cargar_sentencia ();
                sql_error();




                                    Página 1

Weitere ähnliche Inhalte

Andere mochten auch (12)

Pure Team Global - Genesis Pure Rank Advancements 2016 Week 24
Pure Team Global - Genesis Pure Rank Advancements 2016 Week 24Pure Team Global - Genesis Pure Rank Advancements 2016 Week 24
Pure Team Global - Genesis Pure Rank Advancements 2016 Week 24
 
Complementos1
Complementos1Complementos1
Complementos1
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentation
 
Diseño
DiseñoDiseño
Diseño
 
pi986.pdf
pi986.pdfpi986.pdf
pi986.pdf
 
Blogger
BloggerBlogger
Blogger
 
K bplotter
K bplotterK bplotter
K bplotter
 
Analysing images
Analysing imagesAnalysing images
Analysing images
 
Taller de mcu
Taller de mcuTaller de mcu
Taller de mcu
 
Haemoglobinopathies in Low- and Middle-Income Countries: Nepal - Tilak Shresta
Haemoglobinopathies in Low- and Middle-Income Countries: Nepal - Tilak ShrestaHaemoglobinopathies in Low- and Middle-Income Countries: Nepal - Tilak Shresta
Haemoglobinopathies in Low- and Middle-Income Countries: Nepal - Tilak Shresta
 
06 atividades profissionais
06 atividades profissionais06 atividades profissionais
06 atividades profissionais
 
Press Information Absatz PI April final.pdf
Press Information Absatz PI April final.pdfPress Information Absatz PI April final.pdf
Press Information Absatz PI April final.pdf
 

Mehr von albertinous (20)

Orastat line command
Orastat line commandOrastat line command
Orastat line command
 
Senten500.c
Senten500.cSenten500.c
Senten500.c
 
Resource1
Resource1Resource1
Resource1
 
Menu orastat.c
Menu orastat.cMenu orastat.c
Menu orastat.c
 
Funct format sql_statement.c
Funct format sql_statement.cFunct format sql_statement.c
Funct format sql_statement.c
 
Funciones auxiliares.c
Funciones auxiliares.cFunciones auxiliares.c
Funciones auxiliares.c
 
Func time sleep.c
Func time sleep.cFunc time sleep.c
Func time sleep.c
 
Func menu mostrar.c
Func menu mostrar.cFunc menu mostrar.c
Func menu mostrar.c
 
Func dyn title_set.c
Func dyn title_set.cFunc dyn title_set.c
Func dyn title_set.c
 
Func dyn statement_set.c
Func dyn statement_set.cFunc dyn statement_set.c
Func dyn statement_set.c
 
Func dyn size_set.c
Func dyn size_set.cFunc dyn size_set.c
Func dyn size_set.c
 
Func dyn proc_func_set.c
Func dyn proc_func_set.cFunc dyn proc_func_set.c
Func dyn proc_func_set.c
 
Func dyn column_set.c
Func dyn column_set.cFunc dyn column_set.c
Func dyn column_set.c
 
Extern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.hExtern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.h
 
Decode name mode.c
Decode name mode.cDecode name mode.c
Decode name mode.c
 
Decode name lock.c
Decode name lock.cDecode name lock.c
Decode name lock.c
 
Decode lock mode.c
Decode lock mode.cDecode lock mode.c
Decode lock mode.c
 
Decode command oracle.c
Decode command oracle.cDecode command oracle.c
Decode command oracle.c
 
Constant oracle versions.h
Constant oracle versions.hConstant oracle versions.h
Constant oracle versions.h
 
Constant definition.h
Constant definition.hConstant definition.h
Constant definition.h
 

Local functions preceded_calls.h

  • 1. LOCAL_FUNCTIONS_PRECEDED_CALLS.h /* ----****----****----****----****----****----****----****----****----****----**** */ /* ----****----****---- FUNCIONES DECLARADAS INTERNAS ****----****----****----**** */ /* ----****----****----****----****----****----****----****----****----****----**** */ /* ----****----****---- FUNCIONES QUERY SQL ORACLE ****----****----**** */ int version_oracle(); int db_block_size (); char *db_object_type (); char *db_session_sid_locked (); char *db_object_owner_name (); int db_tablspace_ini_ext_size (); /* ----****----****---- FUNCIONES PRIMITIVAS ORACLE ****----****----**** */ int oracle_connect_original(); int oracle_connect_new(); int alloc_descriptors(); int set_bind_variables(); int process_select_list(); int liberar_memoria(); int cargar_sentencia (); sql_error(); Página 1