rubbish.db.ar.condition
クラス ConditionWHERE

java.lang.Object
  拡張rubbish.db.ar.condition.ConditionWHERE
すべての実装インタフェース:
WHERE

public class ConditionWHERE
extends java.lang.Object
implements WHERE

ConditionのWHERE句

バージョン:
$Revision: 1.4 $
作成者:
$Author: winebarrel $

フィールドの概要
protected  Condition condition
           
protected  java.lang.Class type
           
 
コンストラクタの概要
ConditionWHERE(java.lang.Class type, Condition condition)
           
 
メソッドの概要
 java.lang.Object[] getParams()
           
 java.lang.Class getType()
           
 java.lang.CharSequence getWHERE()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

type

protected java.lang.Class type

condition

protected Condition condition
コンストラクタの詳細

ConditionWHERE

public ConditionWHERE(java.lang.Class type,
                      Condition condition)
メソッドの詳細

getType

public java.lang.Class getType()
定義:
インタフェース WHERE 内の getType

getWHERE

public java.lang.CharSequence getWHERE()
定義:
インタフェース WHERE 内の getWHERE

getParams

public java.lang.Object[] getParams()
定義:
インタフェース WHERE 内の getParams


Copyright © 2007 null. All Rights Reserved.