PHP 클래스 Doctrine\OrientDB\Query\Formatter\Query

상속: implements Doctrine\OrientDB\Query\Formatter\QueryInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
stripNonSQLCharacters ( string $string, $nonFilter = null ) : string Strips non-SQL characters from a string leaving intact regular characters a-z and integers.
tokenize ( string $token ) : string Tokenizes a string.
untokenize ( string $token ) : string Untokenizes a string.

보호된 메소드들

메소드 설명
implode ( array $array ) : string Implodes and array using a comma.
implodeRegular ( array $values, $nonFilter = null ) : string Implodes the $values in a string regularly formatted.
stripNonSQLCharactersArray ( array $strings, $nonFilter = null ) : array Strips non-SQL charactes from the strings contained in the the array leaving intact regular characters a-z and integers.

메소드 상세

implode() 보호된 정적인 메소드

Implodes and array using a comma.
protected static implode ( array $array ) : string
$array array
리턴 string

implodeRegular() 보호된 정적인 메소드

Implodes the $values in a string regularly formatted.
protected static implodeRegular ( array $values, $nonFilter = null ) : string
$values array
리턴 string

stripNonSQLCharacters() 공개 정적인 메소드

Strips non-SQL characters from a string leaving intact regular characters a-z and integers.
public static stripNonSQLCharacters ( string $string, $nonFilter = null ) : string
$string string
리턴 string

stripNonSQLCharactersArray() 보호된 정적인 메소드

Strips non-SQL charactes from the strings contained in the the array leaving intact regular characters a-z and integers.
protected static stripNonSQLCharactersArray ( array $strings, $nonFilter = null ) : array
$strings array
리턴 array

tokenize() 공개 정적인 메소드

Tokenizes a string.
public static tokenize ( string $token ) : string
$token string
리턴 string

untokenize() 공개 정적인 메소드

Untokenizes a string.
public static untokenize ( string $token ) : string
$token string
리턴 string