package mysql type statementKey uint const ( StatementKeyAddressCreateForBenefactor statementKey = iota + 1 StatementKeyAddressDeleteForBenefactor StatementKeyAddressIsExistByID StatementKeyAddressGetByID StatementKeyAddressGetAllByBenefactorID StatementKeyAddressUpdate StatementKeyCityGetProvinceIDByID StatementKeyCityIsExistByID StatementKeyCityGetAll StatementKeyProvinceIsExistByID StatementKeyProvinceGetAll StatementKeyAdminAccessControlGetPermissions StatementKeyAdminAdd StatementKeyAdminExistByEmail StatementKeyAdminExistByPhoneNumber StatementKeyAdminAgentExistByID StatementKeyAdminGetByID StatementKeyAdminGetByPhoneNumber StatementKeyAdminAgentGetAll StatementKeyBenefactorIsExistByID StatementKeyBenefactorIsExistByPhoneNumber StatementKeyBenefactorCreate StatementKeyKindBoxAdd StatementKeyKindBoxAssignReceiverAgent StatementKeyKindBoxEnumerate StatementKeyKindBoxExistForBenefactor StatementKeyKindBoxGetByID StatementKeyKindBoxGetAwaitingReturnByAgent StatementKeyKindBoxRegisterEmptyingRequest StatementKeyKindBoxReturn StatementKeyKindBoxReqAccept StatementKeyKindBoxReqAdd StatementKeyKindBoxReqAssignSenderAgent StatementKeyKindBoxReqDeleteByID StatementKeyKindBoxReqGetByID StatementKeyKindBoxReqGetAwaitingDeliveryByAgent StatementKeyKindBoxReqRollbackToPendingStatus StatementKeyKindBoxReqReject StatementKeyKindBoxReqUpdate StatementKeyKindBoxUpdate StatementKeyReferTimeGetByID )