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

com.datastax.data.exploration.util.Consts Maven / Gradle / Ivy

The newest version!
package com.datastax.data.exploration.util;

public interface Consts {
    String NONE = "NONE";
    String EMPTY = "";
    String DELIMITER=";";
    char COA=',';

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy