ePages 6.17.43 - DE_EPAGES/Database/API/DBIPgPP.pm

Package DE_EPAGES::Database::API::DBIPgPP

PostgreSQL specific implementation of DE_EPAGES::Database::API::DBI.

Base
DE_EPAGES::Database::API::DBI

Functions

existsTable

existsTable

Returns true if the database table exists.

Syntax
$Exists = $dbi->existsTable( $Table );
Example
if( $dbi->existsTable( 'sysobjects' ) ) { ... };
Input
$Table (string)
table name
Return
$Exists (boolean)
true if the table exists