com.shulie.druid.sql.ast.statement.SQLShowStatement Maven / Gradle / Ivy
package com.shulie.druid.sql.ast.statement;
import com.shulie.druid.sql.ast.SQLStatement;
public interface SQLShowStatement extends SQLStatement {
}
package com.shulie.druid.sql.ast.statement;
import com.shulie.druid.sql.ast.SQLStatement;
public interface SQLShowStatement extends SQLStatement {
}