PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\DatasourceNodeInterface

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
getContainerName ( ) : string Return's the name of the container which can use this datasource
getDatabase ( ) : DatabaseNode 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.

메소드 상세

getContainerName() 공개 메소드

Return's the name of the container which can use this datasource
public getContainerName ( ) : string
리턴 string

getDatabase() 공개 메소드

Return's the database connection information.
public getDatabase ( ) : DatabaseNode
리턴 DatabaseNode The database connection information

getName() 공개 메소드

Return's the unique datasource name.
public getName ( ) : string | null
리턴 string | null The unique datasource name

getType() 공개 메소드

Return's the datasource's type.
public getType ( ) : string | null
리턴 string | null The datasource type

setContainerName() 공개 메소드

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
리턴 void