Package com.salesforce.phoenix.schema

Examples of com.salesforce.phoenix.schema.ExecuteQueryNotApplicableException


            super(tableName, tableType, ifExists);
        }

        @Override
        public PhoenixResultSet executeQuery() throws SQLException {
            throw new ExecuteQueryNotApplicableException("DROP TABLE", this.toString());
        }
View Full Code Here

TOP

Related Classes of com.salesforce.phoenix.schema.ExecuteQueryNotApplicableException

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.