|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
net.sf.jaxme.sqls | |
net.sf.jaxme.sqls.impl |
Uses of Value in net.sf.jaxme.sqls |
Methods in net.sf.jaxme.sqls that return Value | |
Value |
SetStatement.SetValue.getValue()
Returns the value to which the column is being set. |
Methods in net.sf.jaxme.sqls with parameters of type Value | |
void |
BooleanConstraint.addPart(Value pValue)
Inserts a constant value. |
Uses of Value in net.sf.jaxme.sqls.impl |
Classes in net.sf.jaxme.sqls.impl that implement Value | |
class |
ValueImpl
Implementation of a value. |
Methods in net.sf.jaxme.sqls.impl that return Value | |
Value |
SetStatementImpl.SetValueImpl.getValue()
|
Methods in net.sf.jaxme.sqls.impl with parameters of type Value | |
protected java.lang.String |
SQLGeneratorImpl.getValue(Value pValue)
|
void |
SetStatementImpl.addSet(ColumnReference pColumn,
Value pValue)
|
void |
SetStatementImpl.addSet(Column pColumn,
Value pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
Value pValue)
|
void |
SetStatementImpl.addSet(java.lang.String pColumn,
Value pValue)
|
void |
BooleanConstraintImpl.addPart(Value pValue)
|
Constructors in net.sf.jaxme.sqls.impl with parameters of type Value | |
ValueImpl(Value pValue)
|
|
SetStatementImpl.SetValueImpl(ColumnReference pColumn,
Value pValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |