org.exolab.castor.jdo.drivers

Class HsqlCondition


(package private) final class HsqlCondition
extends java.lang.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

HsqlColumn
getColumn()
String
getOperator()
String
getValue()

Constructor Details

HsqlCondition

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

Method Details

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