A validator is reusable but not reentrant: you can call {@link #validateSelect(org.olap4j.mdx.SelectNode)} several times, but not atthe same time from different threads.
To create a validator, use the {@link MdxParserFactory#createMdxValidator(org.olap4j.OlapConnection)}method. @see MdxParserFactory @see MdxParser @author jhyde @version $Id: MdxValidator.java 315 2010-05-29 00:56:11Z jhyde $ @since Aug 22, 2006
|
|