Package DE_EPAGES::Database::API::DBIPgPP
PostgreSQL specific implementation of DE_EPAGES::Database::API::DBI.
Base |
DE_EPAGES::Database::API::DBI |
Functions
existsTable
Returns true if the database table exists.
Syntax |
$Exists = $dbi->existsTable( $Table ); |
Example |
if( $dbi->existsTable( 'sysobjects' ) ) { ... }; |
Input |
|
Return |
|