rubbish.db.util
クラス JointConditions

java.lang.Object
  拡張rubbish.db.util.JointConditions

public class JointConditions
extends java.lang.Object

結合条件

バージョン:
$Revision: 1.3 $
作成者:
$Author: sugawara $

フィールドの概要
protected static java.util.Map cache
           
protected  RubbishDatabase dbh
           
 
コンストラクタの概要
JointConditions(RubbishDatabase dbh)
           
 
メソッドの概要
static void clearCache()
           
 java.lang.String getJointConditions(java.lang.Class[] types)
           
 java.lang.String getJointConditions(java.lang.String primaryTable, java.lang.String foreignTable)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

dbh

protected RubbishDatabase dbh

cache

protected static java.util.Map cache
コンストラクタの詳細

JointConditions

public JointConditions(RubbishDatabase dbh)
メソッドの詳細

clearCache

public static void clearCache()

getJointConditions

public java.lang.String getJointConditions(java.lang.Class[] types)

getJointConditions

public java.lang.String getJointConditions(java.lang.String primaryTable,
                                           java.lang.String foreignTable)