public static class Restriction.AND extends Restriction
Restriction.AND, Restriction.ColumnQualifier, Restriction.OR| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUIDDerby serializes these objects in PreparedStatements | 
| Constructor and Description | 
|---|
| AND(Restriction leftChild,
   Restriction rightChild)AND 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 AND(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.