Uses of Enum
com.pugwoo.dbhelper.enums.FeatureEnum
Packages that use FeatureEnum
Package
Description
-
Uses of FeatureEnum in com.pugwoo.dbhelper
Methods in com.pugwoo.dbhelper with parameters of type FeatureEnumModifier and TypeMethodDescriptionvoidDBHelper.turnOffFeature(FeatureEnum featureEnum) 关闭某个特性voidDBHelper.turnOnFeature(FeatureEnum featureEnum) 开启某个特性 -
Uses of FeatureEnum in com.pugwoo.dbhelper.enums
Methods in com.pugwoo.dbhelper.enums that return FeatureEnumModifier and TypeMethodDescriptionstatic FeatureEnumReturns the enum constant of this type with the specified name.static FeatureEnum[]FeatureEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FeatureEnum in com.pugwoo.dbhelper.impl.part
Fields in com.pugwoo.dbhelper.impl.part with type parameters of type FeatureEnumMethods in com.pugwoo.dbhelper.impl.part with parameters of type FeatureEnumModifier and TypeMethodDescriptionbooleanP0_JdbcTemplateOp.getFeature(FeatureEnum featureEnum) voidP0_JdbcTemplateOp.turnOffFeature(FeatureEnum featureEnum) voidP0_JdbcTemplateOp.turnOnFeature(FeatureEnum featureEnum) -
Uses of FeatureEnum in com.pugwoo.dbhelper.sql
Method parameters in com.pugwoo.dbhelper.sql with type arguments of type FeatureEnumModifier and TypeMethodDescriptionstatic StringSQLUtils.getComputedColumn(DatabaseTypeEnum databaseType, Column column, Map<FeatureEnum, Boolean> features) 拿到computed SQL在特性开关的情况下的返回值。说明:调用此方法请确保计算列是非空的。static StringSQLUtils.getSelectSQL(DatabaseTypeEnum databaseType, Class<?> clazz, boolean selectOnlyKey, boolean isSelect1, Map<FeatureEnum, Boolean> features, String postSql) select 字段 from t_table, 不包含where子句及以后的语句