VdbeOpList
static VdbeOpList dropTable[] = {
static VdbeOpList dropIndex[] = {
static VdbeOpList getCacheSize[] = {
static VdbeOpList getCacheSize[] = {
static VdbeOpList getSync[] = {
static VdbeOpList getSync[] = {
static VdbeOpList tableInfoPreface[] = {
static VdbeOpList tableInfoPreface[] = {
static VdbeOpList indexListPreface[] = {
static VdbeOpList indexListPreface[] = {
static VdbeOpList indexListPreface[] = {
static VdbeOpList getTmpDbLoc[] = {
static VdbeOpList getTmpDbLoc[] = {
static VdbeOpList initCode[] = {
static VdbeOpList checkDb[] = {
static VdbeOpList endCode[] = {
static VdbeOpList idxErr[] = {
static VdbeOpList cntIdx[] = {
static VdbeOpList insertTrig[] = {
static VdbeOpList dropTrigger[] = {
typedef struct VdbeOpList VdbeOpList;
int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){
VdbeOpList const *pIn = aOp;