Package cn.baiweigang.qtaf.toolkit

Examples of cn.baiweigang.qtaf.toolkit.QtafException


    public ITableMetaData getTableMetaData() {
        ITableMetaData meta = delegate.getTableMetaData();
        try {
            return new DefaultTableMetaData(tableName, meta.getColumns(), meta.getPrimaryKeys());
        } catch (DataSetException e) {
            throw new QtafException("Don't get the meta info from  " + meta, e);
        }
    }
View Full Code Here

TOP

Related Classes of cn.baiweigang.qtaf.toolkit.QtafException

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.