org.hydrateframework
Interface Constraint
- All Known Subinterfaces:
- ObjectKey
- All Known Implementing Classes:
- ObjectKey.Complex, ObjectKey.Int, ObjectKey.Str
public interface Constraint
This interface is supported by classes that know how to constrain a
NamedParameterStatement
to filter the
rows it returns. Key and index classes typically support this interface.
- Version:
- @(#)$Revision: 1.1 $
- Author:
- David Chamberlin
constrainQuery
void constrainQuery(NamedParameterStatement stmt,
java.lang.String prmName)
throws SaveException
- Throws:
SaveException
Copyright © 2000 The Hydrate Project. All Rights Reserved.