Fields Summary |
---|
public static final int | LOG_CREATE |
public static final int | LOG_DESTROY |
public static final int | LOG_UPDATE |
public static final int | LOG_NOOP |
public static final int | OP_ABSUnary operator for taking the absolute value. |
public static final int | OP_ADDBinary operator for adding two values. |
public static final int | OP_ANDLogical operator AND. |
public static final int | OP_APPROX |
public static final int | OP_FIELD |
public static final int | OP_BETWEEN |
public static final int | OP_DISTINCTQualifies the query with DISTINCT |
public static final int | OP_DIVBinary operator for dividing two values |
public static final int | OP_EQEquality operator. |
public static final int | OP_EQ_CLASS |
public static final int | OP_EQUIJOIN |
public static final int | OP_FOR_UPDATE |
public static final int | OP_GE |
public static final int | OP_GT |
public static final int | OP_IN |
public static final int | OP_LERelational operator for less-than-and-equal. |
public static final int | OP_LEFTJOIN |
public static final int | OP_LENGTH |
public static final int | OP_LENGTHB |
public static final int | OP_LIKEPattern matching operator. |
public static final int | OP_LOWER |
public static final int | OP_LTRelational operator for less-than. |
public static final int | OP_LTRIM |
public static final int | OP_MAX_ROWS |
public static final int | OP_MULBinary operator for multiplying two values. |
public static final int | OP_NEInequality operator. |
public static final int | OP_NOTUnary negation operator. |
public static final int | OP_NOTNULLUnary operator for checking non-null value. |
public static final int | OP_NULLUnary operator for checking null value. |
public static final int | OP_ORLogical operator OR. |
public static final int | OP_ORDERBYOrder the result by ascending order. |
public static final int | OP_ORDERBY_DESCOrder the result by descending order. |
public static final int | OP_PARAMETER_COUNT |
public static final int | OP_RIGHTJOIN |
public static final int | OP_RTRIMUnary operator for trimming trailing blanks in a string. |
public static final int | OP_RTRIMFIXED |
public static final int | OP_SOUNDEX |
public static final int | OP_SQRTsquare root of a number |
public static final int | OP_SUBBinary operator for subtracting one value from another. |
public static final int | OP_SUBSTROperator for Substring with two arguments: string, start. |
public static final int | OP_SUBSTRB |
public static final int | OP_UPPER |
public static final int | OP_VALUE |
public static final int | OP_NONKEY |
public static final int | OP_CONCATString concatenation operator |
public static final int | OP_NOTEXISTSOperator for not exists subquery |
public static final int | OP_EXISTSOperator for exists subquery |
public static final int | OP_LIKE_ESCAPEOperator for like with escape |
public static final int | OP_SUBSTRINGOperator for Substring with three arguments: string, start, length. |
public static final int | OP_POSITIONOperator for position |
public static final int | OP_POSITION_STARTOperator for position with start parameter |
public static final int | OP_NONREL_JOINOperator for a non relationship join. |
public static final int | OP_PARAMETEROperator for query parameters |
public static final int | OP_MAYBE_NULLOperator for queries on nullable columns mapped to primitive fields |
public static final int | OP_NOTINOperator for NOT IN |
public static final int | OP_NULL_COMPARISION_FUNCTIONOperator for null comparision by function. |
public static final int | OP_MODBinary operator for MOD. |
public static final int | OP_AVGOperator for AVG aggregate function. |
public static final int | OP_MINOperator for MIN aggregate function. |
public static final int | OP_SUMOperator for SUM aggregate function. |
public static final int | OP_MAXOperator for MAX aggregate function. |
public static final int | OP_COUNTOperator for COUNT aggregate function. |
public static final int | OP_COUNT_PCOperator for COUNT aggregate function on pc objects. |