Package com.taobao.tdhs.client.statement

Examples of com.taobao.tdhs.client.statement.StatementImpl


     * Method createStatement ...
     *
     * @return Statement
     */
    public Statement createStatement() {
        return new StatementImpl(tdhsNet, id, responses, version, timeOut, charsetName, lowerCaseTableNames);
    }
View Full Code Here


     * @param hash of type int
     *
     * @return Statement
     */
    public Statement createStatement(int hash) {
        return new StatementImpl(tdhsNet, id, responses, version, timeOut, charsetName, lowerCaseTableNames, hash);
    }
View Full Code Here

TOP

Related Classes of com.taobao.tdhs.client.statement.StatementImpl

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.