Package com.foundationdb.sql.types

Examples of com.foundationdb.sql.types.UDTAliasInfo


        initAndCheck(qn);

        switch (this.aliasType) {
        case UDT:
            this.javaClassName = (String)targetObject;
            aliasInfo = new UDTAliasInfo();

            implicitCreateSchema = true;
            break;
                               
        case PROCEDURE:
View Full Code Here

TOP

Related Classes of com.foundationdb.sql.types.UDTAliasInfo

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.