package io.mycat.server.sqlcmd; public class SQLCmdConstant { public static final CommitCommand COMMIT_CMD = new CommitCommand(); private SQLCmdConstant() { } }