Uses of Class
cn.cloudself.query.config.IQueryProConfig.DatabaseType
-
Packages that use IQueryProConfig.DatabaseType Package Description cn.cloudself.query cn.cloudself.query.config cn.cloudself.query.config.impl -
-
Uses of IQueryProConfig.DatabaseType in cn.cloudself.query
Methods in cn.cloudself.query with parameters of type IQueryProConfig.DatabaseType Modifier and Type Method Description QueryPro<T,ID,SELECT_BY_FIELD,ORDER_BY_FIELD,UPDATE_SET_FIELD,UPDATE_BY_FIELD,DELETE_BY_FIELD>QueryPro. dbType(IQueryProConfig.DatabaseType dbType)TQueryProSql.AbstractAction. dbType(IQueryProConfig.DatabaseType dbType)更改数据库类型,默认为mysql -
Uses of IQueryProConfig.DatabaseType in cn.cloudself.query.config
Methods in cn.cloudself.query.config that return IQueryProConfig.DatabaseType Modifier and Type Method Description IQueryProConfig.DatabaseTypeIQueryProConfig. dbType()static IQueryProConfig.DatabaseTypeIQueryProConfig.DatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static IQueryProConfig.DatabaseType[]IQueryProConfig.DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.cloudself.query.config with parameters of type IQueryProConfig.DatabaseType Modifier and Type Method Description TIQueryProConfig.Writeable. dbType(IQueryProConfig.DatabaseType dbType)TIQueryProConfig.Writeable.Default. dbType(IQueryProConfig.DatabaseType dbType) -
Uses of IQueryProConfig.DatabaseType in cn.cloudself.query.config.impl
Methods in cn.cloudself.query.config.impl that return IQueryProConfig.DatabaseType Modifier and Type Method Description IQueryProConfig.DatabaseTypeFinalQueryProConfigImpl. dbType()IQueryProConfig.DatabaseTypeQueryProConfigImpl. dbType()IQueryProConfig.DatabaseTypeThreadQueryProConfigImpl. dbType()Methods in cn.cloudself.query.config.impl with parameters of type IQueryProConfig.DatabaseType Modifier and Type Method Description QueryProConfigImplThreadQueryProConfigImpl. dbType(IQueryProConfig.DatabaseType dbType)
-