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

setContainerName() public method

Set's the name of the container which can use this datasource.
public setContainerName ( string | null $containerName ) : void
$containerName string | null The name of the container
return void
    public function setContainerName($containerName)
    {
        $this->containerName = $containerName;
    }