Public Methods | |
Pgdb ($dbConn) | |
check_pg_errors () | |
get_table_attributes ($tbSchema='public',$tbName) | |
get_foreign_keys ($tbSchema='public',$tbName) | |
get_inh_tables ($tbSchema='public',$tbName) | |
set_value_from_pkey ($tbSchema='public',$table,$pkeyVal='',$pkey='oid',$query=false) | |
select ($query) | |
whereClause ($tbSchema,$tbName,$field,$val,$operator='=') | |
orderClause ($tbSchema,$tbName,$field,$order='ASC') | |
limitClause ($limit=10,$offset=0) | |
selectClause ($tbSchema,$tbName,$field="*",$inherits) | |
numRecords ($tbSchema,$tbName,$inherits=true,$where='') | |
delete ($tbSchema='public',$tbName,$pkey,$pkeyField='oid',$num=0) | |
update ($tbSchema='public',$tbName,$val,$pkey,$pkeyField='oid',$num) | |
insert ($tbSchema='public',$tbName,&$val,$pkeyfield,$num=0) | |
not_null ($tbSchema,$tbName) | |
is_expression ($tbSchema,$tbName) | |
parse_geometry ($tbSchema,$tbName,&$val,$field=' ') | |
filesEnd () | |
filesRollback () | |
newFileName ($oldName='') | |
checkUploadedFile ($schema,$table,$num,$field) | |
fupload ($tbSchema,$tbName,$num,$field,&$arr) | |
fdelete ($tbSchema,$tbName,$pkeyField,$pkeyVal,$field,&$arr) | |
readExif ($file) | |
clean_exif (&$arr) | |
export ($query) | |
Public Attributes | |
SQL_DEBUG | |
dbConn | |
pgVersion | |
useSchema | |
attribs | |
notNull | |
isExpression | |
errors | |
warnings | |
files | |
filesDir | |
STRINGS |
Definition at line 28 of file pgdb.php.
|
Definition at line 50 of file pgdb.php. References dbConn, errors, files, filesDir, pgVersion, SQL_DEBUG, STRINGS, useSchema, and warnings. |
|
|
|
Definition at line 497 of file pgdb.php. References table. |
|
|
|
Definition at line 248 of file pgdb.php. References pg_affected_rows(), and where_sql(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 109 of file pgdb.php. References table. |
|
|
|
|
|
Definition at line 343 of file pgdb.php. References insert_sql(), and pg_affected_rows(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 765 of file pgdb.php. References exif_read_data(). |
|
|
|
|
|
Definition at line 150 of file pgdb.php. References table. |
|
Definition at line 293 of file pgdb.php. References pg_affected_rows(), update_sql(), and where_sql(). |
|
|
|
|
|
Definition at line 31 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 39 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 42 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 43 of file pgdb.php. Referenced by Pgdb(). |
|
|
|
|
|
Definition at line 32 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 29 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 45 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 33 of file pgdb.php. Referenced by Pgdb(). |
|
Definition at line 40 of file pgdb.php. Referenced by Pgdb(). |