PHP 클래스 Doctrine\OrientDB\Query\Command\Index\Drop

상속: extends Doctrine\OrientDB\Query\Command\Index
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__construct ( string $property, string $class = null ) Creates a new statements to manage indexes on the $property of the given $class.

보호된 메소드들

메소드 설명
getSchema ( )

메소드 상세

__construct() 공개 메소드

Creates a new statements to manage indexes on the $property of the given $class.
public __construct ( string $property, string $class = null )
$property string
$class string

getSchema() 보호된 메소드

protected getSchema ( )