| Package | Description | 
|---|---|
| org.apache.torque.sql.objectbuilder | This package contains classes which can build
    PreparedStatementParts from a single value or column. | 
| org.apache.torque.sql.whereclausebuilder | This package contains classes which can build
    PreparedStatementParts from a WhereClauseExpression. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ObjectOrColumnPsPartBuilderBuilds a PreparedStatementPart from a column or single value. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ObjectPsPartBuilder | AbstractWhereClausePsPartBuilder. getObjectOrColumnPsPartBuilder()Returns the ObjectPsPartBuilder to use for single values or columns. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | AbstractWhereClausePsPartBuilder. setObjectOrColumnPsPartBuilder(ObjectPsPartBuilder builder)Set the ObjectPsPartBuilder to use for single values or columns. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.