blob: f9645cedefa1656cfcc446a4024b9a4785a8affe [file] [log] [blame]
<?php
/**
* Autogenerated by Thrift Compiler (0.16.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
use Thrift\Base\TBase;
use Thrift\Type\TType;
use Thrift\Type\TMessageType;
use Thrift\Exception\TException;
use Thrift\Exception\TProtocolException;
use Thrift\Protocol\TProtocol;
use Thrift\Protocol\TBinaryProtocolAccelerated;
use Thrift\Exception\TApplicationException;
final class TFetchOrientation
{
const FETCH_NEXT = 0;
const FETCH_PRIOR = 1;
const FETCH_RELATIVE = 2;
const FETCH_ABSOLUTE = 3;
const FETCH_FIRST = 4;
const FETCH_LAST = 5;
static public $__names = array(
0 => 'FETCH_NEXT',
1 => 'FETCH_PRIOR',
2 => 'FETCH_RELATIVE',
3 => 'FETCH_ABSOLUTE',
4 => 'FETCH_FIRST',
5 => 'FETCH_LAST',
);
}