info.archinnov.achilles.logger.AchillesLoggers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of achilles-core Show documentation
Show all versions of achilles-core Show documentation
CQL implementation for Achilles using Datastax Java driver
package info.archinnov.achilles.logger;
public interface AchillesLoggers {
String ACHILLES_DML_STATEMENT = "ACHILLES_DML_STATEMENT";
String ACHILLES_DDL_SCRIPT = "ACHILLES_DDL_SCRIPT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy