org.exolab.castor.jdo.drivers

Class HsqlCondition

final class HsqlCondition extends Object

Simple abstraction of a condition. Note that this class is immutable so that this class may be copied to other instances during the clonation process performed in the superclass without the risk of introducing undesired side effects.
Constructor Summary
HsqlCondition(String tableName, String columnName, String operator, String value)
Public constructor
Method Summary
HsqlColumngetColumn()
StringgetOperator()
StringgetValue()

Constructor Detail

HsqlCondition

public HsqlCondition(String tableName, String columnName, String operator, String value)
Public constructor

Method Detail

getColumn

public final HsqlColumn getColumn()

getOperator

public final String getOperator()

getValue

public final String getValue()
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com