Enum ISqlJetBinaryExpression.Operation

java.lang.Object
java.lang.Enum<ISqlJetBinaryExpression.Operation>
org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression.Operation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ISqlJetBinaryExpression.Operation>, java.lang.constant.Constable
Enclosing interface:
ISqlJetBinaryExpression

public static enum ISqlJetBinaryExpression.Operation extends java.lang.Enum<ISqlJetBinaryExpression.Operation>
Operation which combine expressions in binary expression ISqlJetBinaryExpression.
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Logical "and" : AND
    Bitwise "and" : &
    Bitwise "or" : |
    Strings concatenation : ||
    Divide : /
    Equals : = , ==
    Greater : >
    Greater or equals : >=
    Less : <
    Less or equals : <=
    Minus : -
    Modulo (divide remainder) : %
    Multiply : *
    Not equals : <> , !=
    Logical "or" : OR
    Plus : +
    Bitwise left-shift : <<
    Bitwise right-shift : >>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(java.lang.String s)
    Decode operation from string.
    java.lang.String
     
    valueOf(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait