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