org.exolab.castor.jdo.drivers
Class HsqlCondition

java.lang.Object
  extended byorg.exolab.castor.jdo.drivers.HsqlCondition

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(java.lang.String tableName, java.lang.String columnName, java.lang.String operator, java.lang.String value)
          Public constructor
 
Method Summary
 HsqlColumn getColumn()
           
 java.lang.String getOperator()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlCondition

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

Method Detail

getColumn

public final HsqlColumn getColumn()

getOperator

public final java.lang.String getOperator()

getValue

public final java.lang.String getValue()


Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com