java.io.Serializable
public static class Restriction.AND extends Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR
Modifier and Type | Field | Description |
---|---|---|
private Restriction |
_leftChild |
|
private Restriction |
_rightChild |
|
static long |
serialVersionUID |
Derby serializes these objects in PreparedStatements
|
Constructor | Description |
---|---|
AND(Restriction leftChild,
Restriction rightChild) |
AND together two other Restrictions
|
Modifier and Type | Method | Description |
---|---|---|
Restriction |
getLeftChild() |
Get the left Restriction
|
Restriction |
getRightChild() |
Get the right Restriction
|
java.lang.String |
toSQL() |
Turn this Restriction into a string suitable for use in a WHERE clause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parenthesize
public static final long serialVersionUID
private Restriction _leftChild
private Restriction _rightChild
public AND(Restriction leftChild, Restriction rightChild)
public Restriction getLeftChild()
public Restriction getRightChild()
public java.lang.String toSQL()
Restriction
toSQL
in class Restriction
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.