Serializablepublic static class Restriction.OR extends Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR| Modifier and Type | Field | Description |
|---|---|---|
static long |
serialVersionUID |
Derby serializes these objects in PreparedStatements
|
| Constructor | Description |
|---|---|
OR(Restriction leftChild,
Restriction rightChild) |
OR together two other Restrictions
|
| Modifier and Type | Method | 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()
RestrictiontoSQL in class RestrictionApache Derby 10.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.