Searched refs:_order_directions (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DSQLAHacks.pm221 my ( $order_by_inner, $order_by_outer ) = $self->_order_directions($limit_order);
462 sub _order_directions { subroutine
465 # strip bind values - none of the current _order_directions users support them
466 return $self->SUPER::_order_directions( [ map
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm430 sub _order_directions { subroutine
643 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
801 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
1012 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
1064 my ( $up, $down ) = $self->_order_directions( $order );
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm430 sub _order_directions { subroutine
643 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
801 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
1012 my ( $order_by_up, $order_by_down ) = $self->_order_directions( $order );
1064 my ( $up, $down ) = $self->_order_directions( $order );

Completed in 365 milliseconds