Skip to content

Box TokenNativeMysql

Travis edited this page Mar 13, 2014 · 4 revisions

Box\TokenNativeMysql

TokenNativeMysql

Methods

\Box\TokenNativeMysql::contains()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::contains()(\Box\TokenConditionContains $token, \Box\TokenBase|null $previous)

Get the native translation of contains token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::endsWidth()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::endsWidth()(\Box\TokenConditionEndsWith $token, \Box\TokenBase|null $previous)

Get the native translation of endsWidth token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::equals()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::equals()(\Box\TokenConditionEquals $token, \Box\TokenBase|null $previous)

Get the native translation of equals token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::greaterThan()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::greaterThan()(\Box\TokenConditionGreaterThan $token, \Box\TokenBase|null $previous)

Get the native translation of greaterThan token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::greaterThanOrEquals()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::greaterThanOrEquals()(\Box\TokenConditionGreaterThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of GreaterThanOrEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::in()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::in()(\Box\TokenConditionIn $token, \Box\TokenBase|null $previous)

Get the native translation of In token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::lessThan()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::lessThan()(\Box\TokenConditionLessThan $token, \Box\TokenBase|null $previous)

Get the native translation of LessThan token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::lessThanOrEquals()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::lessThanOrEquals()(\Box\TokenConditionLessThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of LessThanOrEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::notEquals()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::notEquals()(\Box\TokenConditionNotEquals $token, \Box\TokenBase|null $previous)

Get the native translation of NotEquals token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::notIn()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::notIn()(\Box\TokenConditionNotIn $token, \Box\TokenBase|null $previous)

Get the native translation of NotIn token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::startsWith()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::startsWith()(\Box\TokenConditionStartsWith $token, \Box\TokenBase|null $previous)

Get the native translation of StartsWith token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::andOperator()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::andOperator()(\Box\TokenOperationAnd $token, \Box\TokenBase|null $previous)

Get the native translation of And token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::andSubOperator()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::andSubOperator()(\Box\TokenOperationAndSub $token, \Box\TokenBase|null $previous)

Get the native translation of AndSub token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::orOperator()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::orOperator()(\Box\TokenOperationOr $token, \Box\TokenBase|null $previous)

Get the native translation of Or token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::orSubOperator()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::orSubOperator()(\Box\TokenOperationOrSub $token, \Box\TokenBase|null $previous)

Get the native translation of OrSub token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::limit()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::limit()(\Box\TokenLimit $token, \Box\TokenBase|null $previous)

Get the native translation of Limit token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::offset()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::offset()(\Box\TokenOffset $token, \Box\TokenBase|null $previous)

Get the native translation of Offset token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::orderBy()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::orderBy()(\Box\TokenOrderBy $token, \Box\TokenBase|null $previous)

Get the native translation of OrderBy token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::root()

string Box\TokenNativeMysql::\Box\TokenNativeMysql::root()(\Box\TokenRoot $token, \Box\TokenBase|null $previous)

Get the native translation of Root token.

  • Visibility: public

Arguments

\Box\TokenNativeMysql::getTableName()

mixed Box\TokenNativeMysql::\Box\TokenNativeMysql::getTableName()(\Box\DataObjectInterface $type)

Get table name for type.

  • Visibility: public
  • This method is static.

Arguments

\Box\TokenNativeInterface::contains()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::contains()(\Box\TokenConditionContains $token, \Box\TokenBase|null $previous)

Get the native translation of contains token.

Arguments

\Box\TokenNativeInterface::endsWidth()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::endsWidth()(\Box\TokenConditionEndsWith $token, \Box\TokenBase|null $previous)

Get the native translation of endsWidth token.

Arguments

\Box\TokenNativeInterface::equals()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::equals()(\Box\TokenConditionEquals $token, \Box\TokenBase|null $previous)

Get the native translation of equals token.

Arguments

\Box\TokenNativeInterface::greaterThan()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::greaterThan()(\Box\TokenConditionGreaterThan $token, \Box\TokenBase|null $previous)

Get the native translation of greaterThan token.

Arguments

\Box\TokenNativeInterface::greaterThanOrEquals()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::greaterThanOrEquals()(\Box\TokenConditionGreaterThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of GreaterThanOrEquals token.

Arguments

\Box\TokenNativeInterface::in()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::in()(\Box\TokenConditionIn $token, \Box\TokenBase|null $previous)

Get the native translation of In token.

Arguments

\Box\TokenNativeInterface::lessThan()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::lessThan()(\Box\TokenConditionLessThan $token, \Box\TokenBase|null $previous)

Get the native translation of LessThan token.

Arguments

\Box\TokenNativeInterface::lessThanOrEquals()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::lessThanOrEquals()(\Box\TokenConditionLessThanOrEquals $token, \Box\TokenBase|null $previous)

Get the native translation of LessThanOrEquals token.

Arguments

\Box\TokenNativeInterface::notEquals()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::notEquals()(\Box\TokenConditionNotEquals $token, \Box\TokenBase|null $previous)

Get the native translation of NotEquals token.

Arguments

\Box\TokenNativeInterface::notIn()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::notIn()(\Box\TokenConditionNotIn $token, \Box\TokenBase|null $previous)

Get the native translation of NotIn token.

Arguments

\Box\TokenNativeInterface::startsWith()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::startsWith()(\Box\TokenConditionStartsWith $token, \Box\TokenBase|null $previous)

Get the native translation of StartsWith token.

Arguments

\Box\TokenNativeInterface::andOperator()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::andOperator()(\Box\TokenOperationAnd $token, \Box\TokenBase|null $previous)

Get the native translation of And token.

Arguments

\Box\TokenNativeInterface::andSubOperator()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::andSubOperator()(\Box\TokenOperationAndSub $token, \Box\TokenBase|null $previous)

Get the native translation of AndSub token.

Arguments

\Box\TokenNativeInterface::orOperator()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::orOperator()(\Box\TokenOperationOr $token, \Box\TokenBase|null $previous)

Get the native translation of Or token.

Arguments

\Box\TokenNativeInterface::orSubOperator()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::orSubOperator()(\Box\TokenOperationOrSub $token, \Box\TokenBase|null $previous)

Get the native translation of OrSub token.

Arguments

\Box\TokenNativeInterface::limit()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::limit()(\Box\TokenLimit $token, \Box\TokenBase|null $previous)

Get the native translation of Limit token.

Arguments

\Box\TokenNativeInterface::offset()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::offset()(\Box\TokenOffset $token, \Box\TokenBase|null $previous)

Get the native translation of Offset token.

Arguments

\Box\TokenNativeInterface::orderBy()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::orderBy()(\Box\TokenOrderBy $token, \Box\TokenBase|null $previous)

Get the native translation of OrderBy token.

Arguments

\Box\TokenNativeInterface::root()

string Box\TokenNativeInterface::\Box\TokenNativeInterface::root()(\Box\TokenRoot $token, \Box\TokenBase|null $previous)

Get the native translation of Root token.

Arguments

Clone this wiki locally