Package com.salesforce.phoenix.jdbc

Examples of com.salesforce.phoenix.jdbc.PhoenixParameterMetaData


    private final List<Object> binds;
    private final PhoenixParameterMetaData bindMetaData;

    public BindManager(List<Object> binds) {
        this.binds = binds;
        this.bindMetaData = new PhoenixParameterMetaData(binds.size());
    }
View Full Code Here

TOP

Related Classes of com.salesforce.phoenix.jdbc.PhoenixParameterMetaData

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.