Enum ISqlJetBinaryExpression.Operation

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

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