加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

CreateTable - sqlite

发布时间:2020-12-12 20:06:08 所属栏目:百科 来源:网络整理
导读:relation functions insqlite:: sqlite3AddColumn case 37: /* columnid ::= nm */ { sqlite3AddColumn(pParse,yymsp[0].minor.yy0); yygotominor.yy0 = yymsp[0].minor.yy0; } struct yyStackEntry { YYACTIONTYPE stateno; /* The state-number */ YYCOD

relation functions insqlite::

sqlite3AddColumn

case 37: /* columnid ::= nm */

{
sqlite3AddColumn(pParse,&yymsp[0].minor.yy0);
yygotominor.yy0 = yymsp[0].minor.yy0;
}



struct yyStackEntry {
YYACTIONTYPE stateno; /* The state-number */
YYCODETYPE major; /* The major token value. This is the code
** number for the token at this stack level */
YYMINORTYPE minor; /* The user-supplied minor token value. This
** is the value of the token */
};


sqlite3CreateIndex


sqlite3NestedParse(pParse,
"INSERT INTO %Q.%s VALUES('index',%Q,#%d,%Q);",
db->aDb[iDb].zName,SCHEMA_TABLE(iDb),
pIndex->zName,
pTab->zName,
iMem,
zStmt
);



#ifndef XWANG_DBG printf("n %sn","In sqlite3AddPrimaryKey"); #endif

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读