Field Summary |
|
public int | classIndex The class index of the class for this parameter (-1 if unknown).
This is used for OID parameters compared to columns that are
not associated with a field e.g. |
public JdbcColumn | col |
public int | expCount The number of expressions in expList for this usage of the
parameter. |
public SqlExp | expList The first expression for this usage of the parameter. |
public int | javaTypeCode The java type code of this usage of the parameter. |
public JdbcField | jdbcField The field for this parameter or null if it is not being compared
to a field. |
public int | jdbcType The JDBC type of this usage of the parameter. |
public int | mod How must the parameter value be modified before being set? This is
used for startsWith and endsWith for databases that do not allow
expressions on the right hand side of a LIKE (e.g. |
public SqlParamUsage | next The next usage in the list. |