public abstract class DbClause
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DbClause.BooleanClause | 
| static class  | DbClause.ByteClause | 
| static class  | DbClause.FixedClause | 
| static class  | DbClause.IntClause | 
| static class  | DbClause.LikeClause | 
| static class  | DbClause.LongClause | 
| static class  | DbClause.NotNullClause | 
| static class  | DbClause.NullClause | 
| static class  | DbClause.Op | 
| static class  | DbClause.StringClause | 
| Modifier and Type | Field and Description | 
|---|---|
| static DbClause | EMPTY_CLAUSE | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | DbClause(java.lang.String clause) | 
| Modifier and Type | Method and Description | 
|---|---|
| DbClause | and(DbClause other) | 
| protected abstract int | set(java.sql.PreparedStatement pstmt,
   int index) | 
public static final DbClause EMPTY_CLAUSE