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

Package DE_EPAGES::Database::API::DBIPgPP

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