package org.whole.lang.sql.model; /** * @generator Whole */ public interface SQLExpression extends ISQLEntity { }