📄 preproc-type.stderr
字号:
[NO_PID]: ECPGdebug: set to 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT> [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 50: QUERY: create table empl ( idnum integer , name char ( 20 ) , accs smallint , string1 char ( 10 ) , string2 char ( 10 ) , string3 char ( 10 ) ) with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 50: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 50 Ok: CREATE TABLE[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 58: QUERY: insert into empl values ( 1 , 'user name' , 320 , 'first str' , 'second str' , 'third str' ) with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 58: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 58 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 65: QUERY: select idnum , name , accs , string1 , string2 , string3 from empl where idnum = $1 with 1 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 65: using PQexecParams [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: free_params line 65: parameter 1 = 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 65: Correctly got 1 tuples with 6 fields[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: 1 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: user name offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: 320 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: first str offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_store_result: line 65: allocating memory for 1 tuples[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: second str offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 65: RESULT: third str offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_finish: Connection regress1 closed.[NO_PID]: sqlca: code: 0, state: 00000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -