Package net.sf.farrago.rngmodel.rngschema

Examples of net.sf.farrago.rngmodel.rngschema.RngRandomNumberGenerator


        try {
            id = (SqlIdentifier) sqlParser.parseExpression();
        } catch (Throwable ex) {
            throw Util.newInternal(ex);
        }
        RngRandomNumberGenerator rng =
            preparingStmt.getStmtValidator().findSchemaObject(
                id,
                RngRandomNumberGenerator.class);

        // TODO jvs 27-Aug-2005:  make this USAGE instead
View Full Code Here

TOP

Related Classes of net.sf.farrago.rngmodel.rngschema.RngRandomNumberGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.