sqlite3VdbeComment 144 ext/pdo_sqlite/sqlite/src/vdbe.h void sqlite3VdbeComment(Vdbe*, const char*, ...); sqlite3VdbeComment 145 ext/pdo_sqlite/sqlite/src/vdbe.h # define VdbeComment(X) sqlite3VdbeComment X