Documentation ¶
Index ¶
- func DeleteAreaById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteAreaByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteCitiesById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteCitiesByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteContinentsById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteContinentsByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteCountriesById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteCountriesByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteIndustryById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteIndustryByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteMobilePrefixById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteMobilePrefixByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteRegionsById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteRegionsByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteStatesById(id int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func DeleteStatesByOrg(id int64, orgId int64, operatorId int64, tx ...sqlbuilder.Tx) (int64, error)
- func InsertArea(po po.PpmCmmArea, tx ...sqlbuilder.Tx) error
- func InsertAreaBatch(pos []po.PpmCmmArea, tx ...sqlbuilder.Tx) error
- func InsertCities(po po.PpmCmmCities, tx ...sqlbuilder.Tx) error
- func InsertCitiesBatch(pos []po.PpmCmmCities, tx ...sqlbuilder.Tx) error
- func InsertContinents(po po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
- func InsertContinentsBatch(pos []po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
- func InsertCountries(po po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
- func InsertCountriesBatch(pos []po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
- func InsertIndustry(po po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
- func InsertIndustryBatch(pos []po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
- func InsertMobilePrefix(po po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
- func InsertMobilePrefixBatch(pos []po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
- func InsertRegions(po po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
- func InsertRegionsBatch(pos []po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
- func InsertStates(po po.PpmCmmStates, tx ...sqlbuilder.Tx) error
- func InsertStatesBatch(pos []po.PpmCmmStates, tx ...sqlbuilder.Tx) error
- func SelectArea(cond db.Cond) (*[]po.PpmCmmArea, error)
- func SelectAreaById(id int64) (*po.PpmCmmArea, error)
- func SelectAreaByIdAndOrg(id int64, orgId int64) (*po.PpmCmmArea, error)
- func SelectAreaByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmArea, uint64, error)
- func SelectCities(cond db.Cond) (*[]po.PpmCmmCities, error)
- func SelectCitiesById(id int64) (*po.PpmCmmCities, error)
- func SelectCitiesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmCities, error)
- func SelectCitiesByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmCities, uint64, error)
- func SelectContinents(cond db.Cond) (*[]po.PpmCmmContinents, error)
- func SelectContinentsById(id int64) (*po.PpmCmmContinents, error)
- func SelectContinentsByIdAndOrg(id int64, orgId int64) (*po.PpmCmmContinents, error)
- func SelectContinentsByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmContinents, uint64, error)
- func SelectCountries(cond db.Cond) (*[]po.PpmCmmCountries, error)
- func SelectCountriesById(id int64) (*po.PpmCmmCountries, error)
- func SelectCountriesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmCountries, error)
- func SelectCountriesByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmCountries, uint64, error)
- func SelectIndustry(cond db.Cond) (*[]po.PpmCmmIndustry, error)
- func SelectIndustryBoAllList(cond db.Cond) (*[]po.PpmCmmIndustry, error)
- func SelectIndustryById(id int64) (*po.PpmCmmIndustry, error)
- func SelectIndustryByIdAndOrg(id int64, orgId int64) (*po.PpmCmmIndustry, error)
- func SelectIndustryByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmIndustry, uint64, error)
- func SelectMobilePrefix(cond db.Cond) (*[]po.PpmCmmMobilePrefix, error)
- func SelectMobilePrefixById(id int64) (*po.PpmCmmMobilePrefix, error)
- func SelectMobilePrefixByIdAndOrg(id int64, orgId int64) (*po.PpmCmmMobilePrefix, error)
- func SelectMobilePrefixByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmMobilePrefix, uint64, error)
- func SelectOneArea(cond db.Cond) (*po.PpmCmmArea, error)
- func SelectOneCities(cond db.Cond) (*po.PpmCmmCities, error)
- func SelectOneContinents(cond db.Cond) (*po.PpmCmmContinents, error)
- func SelectOneCountries(cond db.Cond) (*po.PpmCmmCountries, error)
- func SelectOneIndustry(cond db.Cond) (*po.PpmCmmIndustry, error)
- func SelectOneMobilePrefix(cond db.Cond) (*po.PpmCmmMobilePrefix, error)
- func SelectOneRegions(cond db.Cond) (*po.PpmCmmRegions, error)
- func SelectOneStates(cond db.Cond) (*po.PpmCmmStates, error)
- func SelectRegions(cond db.Cond) (*[]po.PpmCmmRegions, error)
- func SelectRegionsById(id int64) (*po.PpmCmmRegions, error)
- func SelectRegionsByIdAndOrg(id int64, orgId int64) (*po.PpmCmmRegions, error)
- func SelectRegionsByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmRegions, uint64, error)
- func SelectStates(cond db.Cond) (*[]po.PpmCmmStates, error)
- func SelectStatesById(id int64) (*po.PpmCmmStates, error)
- func SelectStatesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmStates, error)
- func SelectStatesByPage(cond db.Cond, pageBo bo.PageBo) (*[]po.PpmCmmStates, uint64, error)
- func UpdateArea(po po.PpmCmmArea, tx ...sqlbuilder.Tx) error
- func UpdateAreaByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateAreaById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateAreaByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCities(po po.PpmCmmCities, tx ...sqlbuilder.Tx) error
- func UpdateCitiesByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCitiesById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCitiesByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateContinents(po po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
- func UpdateContinentsByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateContinentsById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateContinentsByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCountries(po po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
- func UpdateCountriesByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCountriesById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateCountriesByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateIndustry(po po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
- func UpdateIndustryByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateIndustryById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateIndustryByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateMobilePrefix(po po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
- func UpdateMobilePrefixByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateMobilePrefixById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateMobilePrefixByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateRegions(po po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
- func UpdateRegionsByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateRegionsById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateRegionsByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateStates(po po.PpmCmmStates, tx ...sqlbuilder.Tx) error
- func UpdateStatesByCond(cond db.Cond, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateStatesById(id int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
- func UpdateStatesByOrg(id int64, orgId int64, upd mysql.Upd, tx ...sqlbuilder.Tx) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAreaById ¶
func DeleteAreaByOrg ¶
func DeleteCitiesById ¶
func DeleteCitiesByOrg ¶
func DeleteContinentsById ¶
func DeleteContinentsByOrg ¶
func DeleteCountriesById ¶
func DeleteCountriesByOrg ¶
func DeleteIndustryById ¶
func DeleteIndustryByOrg ¶
func DeleteMobilePrefixById ¶
func DeleteMobilePrefixByOrg ¶
func DeleteRegionsById ¶
func DeleteRegionsByOrg ¶
func DeleteStatesById ¶
func DeleteStatesByOrg ¶
func InsertArea ¶
func InsertArea(po po.PpmCmmArea, tx ...sqlbuilder.Tx) error
func InsertAreaBatch ¶
func InsertAreaBatch(pos []po.PpmCmmArea, tx ...sqlbuilder.Tx) error
func InsertCities ¶
func InsertCities(po po.PpmCmmCities, tx ...sqlbuilder.Tx) error
func InsertCitiesBatch ¶
func InsertCitiesBatch(pos []po.PpmCmmCities, tx ...sqlbuilder.Tx) error
func InsertContinents ¶
func InsertContinents(po po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
func InsertContinentsBatch ¶
func InsertContinentsBatch(pos []po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
func InsertCountries ¶
func InsertCountries(po po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
func InsertCountriesBatch ¶
func InsertCountriesBatch(pos []po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
func InsertIndustry ¶
func InsertIndustry(po po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
func InsertIndustryBatch ¶
func InsertIndustryBatch(pos []po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
func InsertMobilePrefix ¶
func InsertMobilePrefix(po po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
func InsertMobilePrefixBatch ¶
func InsertMobilePrefixBatch(pos []po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
func InsertRegions ¶
func InsertRegions(po po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
func InsertRegionsBatch ¶
func InsertRegionsBatch(pos []po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
func InsertStates ¶
func InsertStates(po po.PpmCmmStates, tx ...sqlbuilder.Tx) error
func InsertStatesBatch ¶
func InsertStatesBatch(pos []po.PpmCmmStates, tx ...sqlbuilder.Tx) error
func SelectArea ¶
func SelectArea(cond db.Cond) (*[]po.PpmCmmArea, error)
func SelectAreaById ¶
func SelectAreaById(id int64) (*po.PpmCmmArea, error)
func SelectAreaByIdAndOrg ¶
func SelectAreaByIdAndOrg(id int64, orgId int64) (*po.PpmCmmArea, error)
func SelectAreaByPage ¶
func SelectCities ¶
func SelectCities(cond db.Cond) (*[]po.PpmCmmCities, error)
func SelectCitiesById ¶
func SelectCitiesById(id int64) (*po.PpmCmmCities, error)
func SelectCitiesByIdAndOrg ¶
func SelectCitiesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmCities, error)
func SelectCitiesByPage ¶
func SelectContinents ¶
func SelectContinents(cond db.Cond) (*[]po.PpmCmmContinents, error)
func SelectContinentsById ¶
func SelectContinentsById(id int64) (*po.PpmCmmContinents, error)
func SelectContinentsByIdAndOrg ¶
func SelectContinentsByIdAndOrg(id int64, orgId int64) (*po.PpmCmmContinents, error)
func SelectContinentsByPage ¶
func SelectCountries ¶
func SelectCountries(cond db.Cond) (*[]po.PpmCmmCountries, error)
func SelectCountriesById ¶
func SelectCountriesById(id int64) (*po.PpmCmmCountries, error)
func SelectCountriesByIdAndOrg ¶
func SelectCountriesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmCountries, error)
func SelectCountriesByPage ¶
func SelectIndustry ¶
func SelectIndustry(cond db.Cond) (*[]po.PpmCmmIndustry, error)
func SelectIndustryBoAllList ¶
func SelectIndustryBoAllList(cond db.Cond) (*[]po.PpmCmmIndustry, error)
func SelectIndustryById ¶
func SelectIndustryById(id int64) (*po.PpmCmmIndustry, error)
func SelectIndustryByIdAndOrg ¶
func SelectIndustryByIdAndOrg(id int64, orgId int64) (*po.PpmCmmIndustry, error)
func SelectIndustryByPage ¶
func SelectMobilePrefix ¶
func SelectMobilePrefix(cond db.Cond) (*[]po.PpmCmmMobilePrefix, error)
func SelectMobilePrefixById ¶
func SelectMobilePrefixById(id int64) (*po.PpmCmmMobilePrefix, error)
func SelectMobilePrefixByIdAndOrg ¶
func SelectMobilePrefixByIdAndOrg(id int64, orgId int64) (*po.PpmCmmMobilePrefix, error)
func SelectOneArea ¶
func SelectOneArea(cond db.Cond) (*po.PpmCmmArea, error)
func SelectOneCities ¶
func SelectOneCities(cond db.Cond) (*po.PpmCmmCities, error)
func SelectOneContinents ¶
func SelectOneContinents(cond db.Cond) (*po.PpmCmmContinents, error)
func SelectOneCountries ¶
func SelectOneCountries(cond db.Cond) (*po.PpmCmmCountries, error)
func SelectOneIndustry ¶
func SelectOneIndustry(cond db.Cond) (*po.PpmCmmIndustry, error)
func SelectOneMobilePrefix ¶
func SelectOneMobilePrefix(cond db.Cond) (*po.PpmCmmMobilePrefix, error)
func SelectOneRegions ¶
func SelectOneRegions(cond db.Cond) (*po.PpmCmmRegions, error)
func SelectOneStates ¶
func SelectOneStates(cond db.Cond) (*po.PpmCmmStates, error)
func SelectRegions ¶
func SelectRegions(cond db.Cond) (*[]po.PpmCmmRegions, error)
func SelectRegionsById ¶
func SelectRegionsById(id int64) (*po.PpmCmmRegions, error)
func SelectRegionsByIdAndOrg ¶
func SelectRegionsByIdAndOrg(id int64, orgId int64) (*po.PpmCmmRegions, error)
func SelectRegionsByPage ¶
func SelectStates ¶
func SelectStates(cond db.Cond) (*[]po.PpmCmmStates, error)
func SelectStatesById ¶
func SelectStatesById(id int64) (*po.PpmCmmStates, error)
func SelectStatesByIdAndOrg ¶
func SelectStatesByIdAndOrg(id int64, orgId int64) (*po.PpmCmmStates, error)
func SelectStatesByPage ¶
func UpdateArea ¶
func UpdateArea(po po.PpmCmmArea, tx ...sqlbuilder.Tx) error
func UpdateAreaByCond ¶
func UpdateAreaById ¶
func UpdateAreaByOrg ¶
func UpdateCities ¶
func UpdateCities(po po.PpmCmmCities, tx ...sqlbuilder.Tx) error
func UpdateCitiesByCond ¶
func UpdateCitiesById ¶
func UpdateCitiesByOrg ¶
func UpdateContinents ¶
func UpdateContinents(po po.PpmCmmContinents, tx ...sqlbuilder.Tx) error
func UpdateContinentsByCond ¶
func UpdateContinentsById ¶
func UpdateContinentsByOrg ¶
func UpdateCountries ¶
func UpdateCountries(po po.PpmCmmCountries, tx ...sqlbuilder.Tx) error
func UpdateCountriesByCond ¶
func UpdateCountriesById ¶
func UpdateCountriesByOrg ¶
func UpdateIndustry ¶
func UpdateIndustry(po po.PpmCmmIndustry, tx ...sqlbuilder.Tx) error
func UpdateIndustryByCond ¶
func UpdateIndustryById ¶
func UpdateIndustryByOrg ¶
func UpdateMobilePrefix ¶
func UpdateMobilePrefix(po po.PpmCmmMobilePrefix, tx ...sqlbuilder.Tx) error
func UpdateMobilePrefixById ¶
func UpdateMobilePrefixByOrg ¶
func UpdateRegions ¶
func UpdateRegions(po po.PpmCmmRegions, tx ...sqlbuilder.Tx) error
func UpdateRegionsByCond ¶
func UpdateRegionsById ¶
func UpdateRegionsByOrg ¶
func UpdateStates ¶
func UpdateStates(po po.PpmCmmStates, tx ...sqlbuilder.Tx) error
func UpdateStatesByCond ¶
func UpdateStatesById ¶
func UpdateStatesByOrg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.