AppserverIo\Appserver\Core\Api\Node\DatasourceNode::getDatabase PHP Méthode

getDatabase() public méthode

Return's the database connection information.
public getDatabase ( ) : DatabaseNode
Résultat DatabaseNode The database connection information
    public function getDatabase()
    {
        return $this->database;
    }