|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.ldap.IQueryToLdapSearchParser
public class IQueryToLdapSearchParser
Utility class which translates a SQL query into an LDAP search.
| Constructor Summary | |
|---|---|
IQueryToLdapSearchParser(LDAPExecutionFactory factory)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNameFromElement(Column e)
Method to get name from the supplied Element |
LDAPSearchDetails |
translateSQLQueryToLDAPSearch(Select 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(LDAPExecutionFactory factory)
| Method Detail |
|---|
public LDAPSearchDetails translateSQLQueryToLDAPSearch(Select query)
throws TranslatorException
query - the query
TranslatorExceptionpublic java.lang.String getNameFromElement(Column e)
e - the supplied Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||