Skip to content

Instantly share code, notes, and snippets.

@amcintyre99
Created April 29, 2013 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcintyre99/5485701 to your computer and use it in GitHub Desktop.
Save amcintyre99/5485701 to your computer and use it in GitHub Desktop.
ODBC::New
ODBC::CreateConnection
ODBC::UV_CreateConnection
ODBC::UV_AfterCreateConnection
ODBCConnection::New
ODBCConnection::Open
ODBCConnection::UV_Open
ODBCConnection::UV_AfterOpen
ODBCConnection::CreateStatementSync
ODBCStatement::PrepareSync
ODBCStatement::Bind
ODBCStatement::Bind m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728
ODBC::GetParametersFromArray
ODBC::GetParametersFromArray - &param[0].length = 9B38F78
ODBC::GetParametersFromArray - IsString(): params[0] c_type=1 type=12 buffer_length=15465 size=15465 length=-3 value=<?xml version="1.0" encoding="UTF-8"?>
(xml response logged)
ODBC::GetParametersFromArray - &param[1].length = 9B38F90
ODBC::GetParametersFromArray - IsString(): params[1] c_type=1 type=12 buffer_length=17 size=17 length=-3 value=1367278872571124
ODBC::GetParametersFromArray - &param[2].length = 9B38FA8
ODBC::GetParametersFromArray - IsString(): params[2] c_type=1 type=12 buffer_length=17 size=17 length=-3 value=1367278873187238
ODBCStatement::UV_Bind
ODBCStatement::UV_Bind m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728
ODBCStatement::UV_Bind - param[0]: c_type=1 type=12 buffer_length=15465 size=15465 length=-3 &length=9B38F78 decimals=0 value=<?xml version="1.0" encoding="UTF-8"?>
(xml response logged)
ODBCStatement::UV_Bind - param[1]: c_type=1 type=12 buffer_length=17 size=17 length=-3 &length=9B38F90 decimals=0 value=1367278872571124
ODBCStatement::UV_Bind - param[2]: c_type=1 type=12 buffer_length=17 size=17 length=-3 &length=9B38FA8 decimals=0 value=1367278873187238
ODBCStatement::UV_AfterBind
ODBCStatement::Execute
ODBCStatement::UV_Execute
ODBCStatement::UV_AfterExecute
ODBCResult::New
ODBCResult::New m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728 canFreeHandle=9
ODBCResult::CloseSync
ODBCResult::CloseSync closeOption=9999 m_canFreeHandle=9
ODBCResult::Free m_hSTMT=9A3C728 m_canFreeHandle=9
ODBCStatement::Bind
ODBCStatement::Bind m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728
ODBC::GetParametersFromArray
ODBC::GetParametersFromArray - &param[0].length = 9B30070
ODBC::GetParametersFromArray - IsString(): params[0] c_type=1 type=12 buffer_length=15465 size=15465 length=-3 value=<?xml version="1.0" encoding="UTF-8"?>
(xml response logged)
ODBC::GetParametersFromArray - &param[1].length = 9B30088
ODBC::GetParametersFromArray - IsString(): params[1] c_type=1 type=12 buffer_length=17 size=17 length=-3 value=1367278874003360
ODBC::GetParametersFromArray - &param[2].length = 9B300A0
ODBC::GetParametersFromArray - IsString(): params[2] c_type=1 type=12 buffer_length=17 size=17 length=-3 value=1367278874424608
ODBCStatement::UV_Bind
ODBCStatement::UV_Bind m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728
ODBCStatement::UV_Bind - param[0]: c_type=1 type=12 buffer_length=15465 size=15465 length=-3 &length=9B30070 decimals=0 value=<?xml version="1.0" encoding="UTF-8"?>
(xml response logged)
ODBCStatement::UV_Bind - param[1]: c_type=1 type=12 buffer_length=17 size=17 length=-3 &length=9B30088 decimals=0 value=1367278874003360
ODBCStatement::UV_Bind - param[2]: c_type=1 type=12 buffer_length=17 size=17 length=-3 &length=9B300A0 decimals=0 value=1367278874424608
ODBCStatement::UV_AfterBind
ODBCStatement::Execute
ODBCStatement::UV_Execute
ODBCStatement::UV_AfterExecute
ODBCResult::New
ODBCResult::New m_hDBC=9A3C100 m_hDBC=B4F00468 m_hSTMT=9A3C728 canFreeHandle=9
1 19:41:14.449264 2 24656 178582 15464 15464 0
ODBCResult::CloseSync
ODBCResult::CloseSync closeOption=9999 m_canFreeHandle=9
ODBCResult::Free m_hSTMT=9A3C728 m_canFreeHandle=9
(ctl/c run)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment