| java.lang.Object org.jasig.portal.rdbm.JoinQueryString
JoinQueryString | abstract public class JoinQueryString implements IJoinQueryString(Code) | | Partial implemenation of
IJoinQueryString which provides
the implemention of storing and retrieving join queries. It also
requires a test query be specified.
author: Eric Dalquist edalquist@unicon.net version: $Revision: 34769 $ $Date: 2004-10-17 12:43:50 -0700 (Sun, 17 Oct 2004) $ |
JoinQueryString | protected JoinQueryString(String testQuery)(Code) | | Creates a new
JoinQueryString .
Parameters: testQuery - The query to use to test if joins in the class are supported. |
getTestJoin | protected String getTestJoin()(Code) | | Gets the query to use to test if joins in this class are supported.
The query to use to test if joins in this class are supported. |
|
|