Свойство | Тип | Описание | |
---|---|---|---|
$containerName | string | The container which can use this datasource | |
$database | The database connection information. | ||
$name | string | The unique datasource name. | |
$type | string | The type of the datasource. |
Метод | Описание | |
---|---|---|
getContainerName ( ) : string | Return's the name of the container which can use this datasource | |
getDatabase ( ) : |
Return's the database connection information. | |
getName ( ) : string | null | Return's the unique datasource name. | |
getType ( ) : string | null | Return's the datasource's type. | |
setContainerName ( string | null $containerName ) : void | Set's the name of the container which can use this datasource. |
public getContainerName ( ) : string | ||
Результат | string | The name of the container |
public getDatabase ( ) : |
||
Результат | The database connection information |
protected string $containerName | ||
Результат | string |
protected DatabaseNode,AppserverIo\Appserver\Core\Api\Node $database | ||
Результат |