Package oracle.olapi.syntax

Examples of oracle.olapi.syntax.SQLDataType


        // Create the long description attribute and set the data type for it.
        MdmBaseAttribute chanLongDescAttr = null;
       
        chanLongDescAttr = dimension.findOrCreateBaseAttribute(level.getTableColumnId());
        SQLDataType sdtVC2 = new SQLDataType(connection.getDatabaseType(level.getType()));
        chanLongDescAttr.setSQLDataType(sdtVC2);

        // Make the attribute visible on the dimension.
        dimension.setValueDescriptionAttribute(chanLongDescAttr);
       
View Full Code Here

TOP

Related Classes of oracle.olapi.syntax.SQLDataType

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.