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

com.github.jingshouyan.jdbc.sharding.Constant Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.jingshouyan.jdbc.sharding;

/**
 * @author jingshouyan
 * #date 2020/2/9 17:11
 */
public interface Constant {

    int DATA_SOURCE_TYPE_NORMAL = 0;
    int DATA_SOURCE_TYPE_SHARDING = 1;
    int DATA_SOURCE_TYPE_MASTER_SLAVE = 2;
    int DATA_SOURCE_TYPE_SHARDING_MASTER_SLAVE = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy