PHPSQLParser\processors\IndexProcessor::getConstantType PHP Method

getConstantType() protected method

protected getConstantType ( $token )
    protected function getConstantType($token)
    {
        return array('expr_type' => ExpressionType::CONSTANT, 'base_expr' => $token);
    }