DatabaseObject::existsInDatabase

(No version information available, might only be in Git)

DatabaseObject::existsInDatabaseCheck if object exists in database

Opis

abstract public mysql_xdevapi\DatabaseObject::existsInDatabase ( void ) : bool

Verifies if the database object refers to an object that exists in the database.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns TRUE if object exists in the database, else FALSE if it does not.

Przykłady

Przykład #1 mysql_xdevapi\DatabaseObject::existsInDatabase() example

<?php

$existInDb 
$dbObj->existsInDatabase();

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top