org.jpox.store.mapped.expression
Interface UnboundVariable.VariableBinder

Enclosing class:
UnboundVariable

public static interface UnboundVariable.VariableBinder


Method Summary
 void bindVariable(java.lang.String name, ScalarExpression expr)
          Bind a variable to the query.
 

Method Detail

bindVariable

void bindVariable(java.lang.String name,
                  ScalarExpression expr)
Bind a variable to the query.

Parameters:
name - Name of the variable
expr - The expression


Copyright © -2008 . All Rights Reserved.