public class IQueryToLdapSearchParser extends Object
| Constructor and Description |
|---|
IQueryToLdapSearchParser(LDAPExecutionFactory factory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPSearchDetails |
buildRequest(String query) |
static String |
getNameFromElement(Column e)
Method to get name from the supplied Element
|
LDAPSearchDetails |
translateSQLQueryToLDAPSearch(Select query)
Public entry point to the parser.
|
public IQueryToLdapSearchParser(LDAPExecutionFactory factory)
public LDAPSearchDetails translateSQLQueryToLDAPSearch(Select query) throws TranslatorException
query - the queryTranslatorExceptionpublic static String getNameFromElement(Column e)
e - the supplied Elementpublic LDAPSearchDetails buildRequest(String query) throws TranslatorException
TranslatorExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.