|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.connector.ldap.IQueryToLdapSearchParser
public class IQueryToLdapSearchParser
Utility class which translates a SQL query into an LDAP search.
| Constructor Summary | |
|---|---|
IQueryToLdapSearchParser(ConnectorLogger logger,
RuntimeMetadata rm,
java.util.Properties props)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNameFromElement(Element e)
Method to get name from the supplied Element |
LDAPSearchDetails |
translateSQLQueryToLDAPSearch(IQuery query)
Public entry point to the parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IQueryToLdapSearchParser(ConnectorLogger logger,
RuntimeMetadata rm,
java.util.Properties props)
logger - the connector loggerrm - the RuntimeMetadata| Method Detail |
|---|
public LDAPSearchDetails translateSQLQueryToLDAPSearch(IQuery query)
throws ConnectorException
query - the query
ConnectorException
public java.lang.String getNameFromElement(Element e)
throws ConnectorException
e - the supplied Element
ConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||