uPortal 2.4.1
API Documentation

org.jasig.portal
Interface RDBMServices.IJoinQueryString

All Known Implementing Classes:
RDBMServices.JoinQueryString
Enclosing interface:
RDBMServices

public static interface RDBMServices.IJoinQueryString


Method Summary
 void addQuery(java.lang.String key, java.lang.String value)
           
 java.lang.String getQuery(java.lang.String key)
           
 

Method Detail

getQuery

public java.lang.String getQuery(java.lang.String key)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

addQuery

public void addQuery(java.lang.String key,
                     java.lang.String value)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

uPortal 2.4.1
API Documentation