@encode

http://blog.csdn.net/dean19900504/article/details/8737862
表 6-1  Objective-C类型编码

编码

含义

c

char

i

int

s

short

l

long

在64位程序中,l为32位。

q

long long

C

unsigned char

I

unsigned int

S

unsigned short

L

unsigned long

Q

unsigned long long

f

float

d

double

B

C++标准的bool或者C99标准的_Bool

v

void

*

字符串(char *

@

对象(无论是静态指定的还是通过id引用的)

#

类(Class

:

方法选标(SEL)

[array type]

数组

{name=type...}

结构体

(name=type...)

联合体

bnum

num个bit的位域

^type

type类型的指针

?

未知类型(其它时候,一般用来指函数指针)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
如何在 这段储存过程中加分页 create PROCEDURE [dbo].[Z_SelfHelpOrderingQuery] @CorpId varchar(20), @EnCode varchar(20), @MealTypeId varchar(20), @AreaId varchar(20), @CheackMark varchar(20), @MenuName varchar(20), @Start varchar(20), @End varchar(20), @MenuCode varchar(20), @BilltypeId varchar(20) AS begin if (@CheackMark = 1) BEGIN select A.MenuId as id, CONVERT(varchar(10), A.MenuDate, 120) as MenuDate, CONVERT(varchar(10), A.SalesDate, 120) as SalesDate, A.MenuCode, A.MealType, A.MenuName, A.CheackMark, A.ShortName, A.BilltypeId, A.CreateUserId, A.MenuCycleId, A.EnCode, A.MealTypeId,B.AreaId,A.CreateUserName,A.ModifyUserName from YE_School_Menu A WITH(NOLOCK) left join YE_Client_Customer B WITH(NOLOCK) on A.CorpId=B.CorpId And B.EnabledMark=1 and A.EnCode=B.EnCode where A.CorpId=@CorpId and A.MenuCode like @MenuCode and A.CheackMark=@CheackMark and A.BilltypeId=@BilltypeId and A.MealTypeId like @MealTypeId and A.MenuName like @MenuName and A.MenuDate >= @Start and A.MenuDate<=@End and B.AreaId like @AreaId and A.EnCode like @EnCode group by A.MenuId,A.MenuDate,A.MenuCode,A.MealType,A.MenuName,A.CheackMark,A.SalesDate,A.ShortName,A.CreateUserId,A.MenuCycleId,A.EnCode,A.MealTypeId,A.BilltypeId ,B.AreaId,A.CreateUserName,A.ModifyUserName order by A.MenuDate,A.ShortName,A.MealTypeId,A.MenuName,A.SalesDate END select A.MenuId as id, CONVERT(varchar(10), A.MenuDate, 120) as MenuDate, CONVERT(varchar(10), A.SalesDate, 120) as SalesDate, A.MenuCode, A.MealType, A.MenuName, A.CheackMark, A.ShortName, A.BilltypeId, A.CreateUserId, A.MenuCycleId, A.EnCode, A.MealTypeId,B.AreaId,A.CreateUserName,A.ModifyUserName from YE_School_Menu A WITH(NOLOCK) left join YE_Client_Customer B WITH(NOLOCK) on A.CorpId=B.CorpId And B.EnabledMark=1 and A.EnCode=B.EnCode where A.CorpId=@CorpId and A.MenuCode like @MenuCode and A.BilltypeId=@BilltypeId and A.MealTypeId like @MealTypeId and A.MenuName like @MenuName and A.MenuDate >= @Start and A.MenuDate<=@End and B.AreaId like @AreaId and A.EnCode like @EnCode group by A.MenuId,A.MenuDate,A.MenuCode,A.MealType,A.MenuName,A.CheackMark,A.SalesDate,A.ShortName,A.CreateUserId,A.MenuCycleId,A.EnCode,A.MealTypeId,A.BilltypeId ,B.AreaId,A.CreateUserName,A.ModifyUserName order by A.MenuDate,A.ShortName,A.MealTypeId,A.MenuName,A.SalesDate
最新发布
06-08
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值