File: libpostgres.x

package info (click to toggle)
guile-pg 0.16-4.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,604 kB
  • ctags: 465
  • sloc: sh: 9,518; ansic: 1,910; lisp: 1,704; makefile: 142
file content (55 lines) | stat: -rw-r--r-- 6,169 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  scm_make_gsubr (s_pg_guile_pg_loaded  ,     0  ,     0  ,     0  , (SCM (*)() )   pg_guile_pg_loaded  );
  scm_make_gsubr (s_pg_connectdb  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_connectdb  );
  scm_make_gsubr (s_pg_connection_p  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_connection_p  );
  scm_make_gsubr (s_pg_reset  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_reset  );
  scm_make_gsubr (s_pg_get_client_data  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_client_data  );
  scm_make_gsubr (s_pg_set_client_data  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_set_client_data  );
  scm_make_gsubr (s_pg_exec  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_exec  );
  scm_make_gsubr (s_pg_result_p  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_result_p  );
  scm_make_gsubr (s_pg_error_message  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_error_message  );
  scm_make_gsubr (s_pg_get_db  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_db  );
  scm_make_gsubr (s_pg_get_user  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_user  );
  scm_make_gsubr (s_pg_get_pass  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_pass  );
  scm_make_gsubr (s_pg_get_host  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_host  );
  scm_make_gsubr (s_pg_get_port  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_port  );
  scm_make_gsubr (s_pg_get_tty  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_tty  );
  scm_make_gsubr (s_pg_get_options  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_options  );
  scm_make_gsubr (s_pg_get_connection  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_get_connection  );
  scm_make_gsubr (s_pg_backend_pid  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_backend_pid  );
  scm_make_gsubr (s_pg_result_status  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_result_status  );
  scm_make_gsubr (s_pg_ntuples  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_ntuples  );
  scm_make_gsubr (s_pg_nfields  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_nfields  );
  scm_make_gsubr (s_pg_cmdtuples  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_cmdtuples  );
  scm_make_gsubr (s_pg_oid_status  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_oid_status  );
  scm_make_gsubr (s_pg_oid_value  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_oid_value  );
  scm_make_gsubr (s_pg_fname  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_fname  );
  scm_make_gsubr (s_pg_fnumber  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_fnumber  );
  scm_make_gsubr (s_pg_ftype  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_ftype  );
  scm_make_gsubr (s_pg_fsize  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_fsize  );
  scm_make_gsubr (s_pg_getvalue  ,     3  ,     0  ,     0  , (SCM (*)() )   pg_getvalue  );
  scm_make_gsubr (s_pg_getlength  ,     3  ,     0  ,     0  , (SCM (*)() )   pg_getlength  );
  scm_make_gsubr (s_pg_getisnull  ,     3  ,     0  ,     0  , (SCM (*)() )   pg_getisnull  );
  scm_make_gsubr (s_pg_binary_tuples  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_binary_tuples  );
  scm_make_gsubr (s_pg_fmod  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_fmod  );
  scm_make_gsubr (s_pg_guile_pg_version  ,     0  ,     0  ,     0  , (SCM (*)() )   pg_guile_pg_version  );
  scm_make_gsubr (s_pg_getline  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_getline  );
  scm_make_gsubr (s_pg_putline  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_putline  );
  scm_make_gsubr (s_pg_endcopy  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_endcopy  );
  scm_make_gsubr (s_pg_trace  ,     2  ,     0  ,     0  , (SCM (*)() )   pg_trace  );
  scm_make_gsubr (s_pg_untrace  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_untrace  );
   pg_sym_header  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "header" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_no_header  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "no-header" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_align  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "align" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_no_align  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "no-align" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_standard  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "standard" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_no_standard  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "no-standard" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_html3  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "html3" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_no_html3  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "no-html3" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_expanded  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "expanded" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_no_expanded  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "no-expanded" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_field_sep  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "field-sep" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_table_opt  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "table-opt" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_caption  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "caption" )     ) )) ) [  0 ] ))     ) )   ;
   pg_sym_field_names  = scm_permanent_object (( 	((scm_bits_t) ( ((scm_bits_t *) ((SCM_CELLPTR) ((     scm_intern0 (  "field-names" )     ) )) ) [  0 ] ))     ) )   ;
  scm_make_gsubr (s_pg_make_print_options  ,     1  ,     0  ,     0  , (SCM (*)() )   pg_make_print_options  );
  scm_make_gsubr (s_pg_print  ,     1  ,     1  ,     0  , (SCM (*)() )   pg_print  );