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

me.danwi.sqlex.common.ColumnNameRegex Maven / Gradle / Ivy

There is a newer version: 0.16.1
Show newest version
package me.danwi.sqlex.common;

public class ColumnNameRegex {
    public static final String ColumnNameRegex = "^[a-zA-Z_][a-zA-Z0-9_]*$";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy