public static class Restriction.OR extends Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Derby serializes these objects in PreparedStatements
|
Constructor and Description |
---|
OR(Restriction leftChild,
Restriction rightChild)
OR together two other Restrictions
|
Modifier and Type | Method and Description |
---|---|
Restriction |
getLeftChild()
Get the left Restriction
|
Restriction |
getRightChild()
Get the right Restriction
|
String |
toSQL()
Turn this Restriction into a string suitable for use in a WHERE clause.
|
public static final long serialVersionUID
public OR(Restriction leftChild, Restriction rightChild)
public Restriction getLeftChild()
public Restriction getRightChild()
public String toSQL()
Restriction
toSQL
in class Restriction
Apache Derby 10.12 API Documentation - Copyright © 2004,2015 The Apache Software Foundation. All Rights Reserved.