AppserverIo\Appserver\Core\Api\Node\DatasourceNode::getDatabase PHP Method

getDatabase() public method

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