All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.tdhs.client.common.IMySQLHandlerErrorCodes Maven / Gradle / Ivy

package com.taobao.tdhs.client.common;

/**
 * @author 文通
 * @since 12-7-9 下午1:20
 */
public interface IMySQLHandlerErrorCodes {
    String name();

    int getCode();

    String getDesc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy