Uses of Interface
jp.ecuacion.tool.housekeepdb.bean.SqlConditionInterface
Packages that use SqlConditionInterface
-
Uses of SqlConditionInterface in jp.ecuacion.tool.housekeepdb.bean
Classes in jp.ecuacion.tool.housekeepdb.bean that implement SqlConditionInterfaceModifier and TypeClassDescriptionclassStores database column and its value information to create condition clause.classStores condition string. -
Uses of SqlConditionInterface in jp.ecuacion.tool.housekeepdb.util
Methods in jp.ecuacion.tool.housekeepdb.util with parameters of type SqlConditionInterfaceModifier and TypeMethodDescriptionstatic StringSqlUtil.getUpdateSet(SqlConditionInterface... array) Creates set clause in update sentence.static StringSqlUtil.getWhere(SqlConditionInterface... array) Creates where clause.Method parameters in jp.ecuacion.tool.housekeepdb.util with type arguments of type SqlConditionInterfaceModifier and TypeMethodDescriptionstatic StringSqlUtil.getUpdateSet(List<SqlConditionInterface> list) Creates set clause in update sentence.static StringSqlUtil.getWhere(List<SqlConditionInterface> list) Creates where clause.