Go to the source code of this file.
Functions | |
dati_sql ($array,$not_null=0,$is_expression=0,$dati='',$default_not_null=0) | |
format sql varibles | |
insert_sql ($tbSchema='public',$table_name,$array,$not_null=0,$is_expression=0,$dati='',$default_not_null=0) | |
format sql insert query | |
update_sql ($tbSchema='public',$table_name,$array,$not_null=0,$is_expression=0,$dati='',$default_not_null=0) | |
format sql update query | |
where_sql ($array,$operator='=',$logic='AND',$tbSchema='public',$tbName='',$not_null=0,$is_expression=0,$dati='',$default_not_null=0) | |
format sql where query | |
isopostgis ($coord,$type) | |
create postig type from array of coordinates and geometry type | |
get_table_attributes ($conn,$table,$field= '',$result_type1=PGSQL_ASSOC,$result_type2=PGSQL_BOTH,$namespace= 'public') | |
Retrieve the attribute definition of a table. |
|
format sql varibles formatta i dati aggiungendo apici se servono o settando a NULL le variabili vuote, o lasciandole vuote se coě specificato dal terzo parametro della funzione
Definition at line 35 of file postgres.php. Referenced by insert_sql(), update_sql(), and where_sql(). |
|
Retrieve the attribute definition of a table.
Definition at line 223 of file postgres.php. References table. |
|
format sql insert query formatta i dati aggiungendo apici se servono o settando a NULL le variabili vuote, o lasciandole vuote se coě specificato dal terzo parametro della funzione
Definition at line 92 of file postgres.php. References dati_sql(). Referenced by Pgdb::insert(). |
|
create postig type from array of coordinates and geometry type
Definition at line 198 of file postgres.php. |
|
format sql update query formatta i dati aggiungendo apici se servono o settando a NULL le variabili vuote, o lasciandole vuote se coě specificato dal terzo parametro della funzione
Definition at line 128 of file postgres.php. References dati_sql(). Referenced by Pgdb::update(). |
|
format sql where query formatta i dati aggiungendo apici se servono o settando a NULL le variabili vuote, o lasciandole vuote se coě specificato dal terzo parametro della funzione
Definition at line 162 of file postgres.php. References dati_sql(). Referenced by Pgdb::delete(), Pgtable::search(), and Pgdb::update(). |