Home
last modified time | relevance | path

Searched refs:needColQuoting (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgSet.cpp39 needColQuoting = needColQt; in pgSet()
201 if (needColQuoting) in ColNumber()
219 if (needColQuoting) in HasColumn()
H A DpgConn.cpp80 needColQuoting = false; in pgConn()
286 needColQuoting = true; in Initialize()
347 needColQuoting = false; in Reconnect()
834 pgSet *set = new pgSet(qryRes, this, *conv, needColQuoting); in ExecuteSet()
1023 needColQuoting = false; in Reset()
H A DpgQueryThread.cpp647 dataSet = new pgSet(result, m_conn, conv, m_conn->needColQuoting); in Execute()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgSet.h149 bool needColQuoting; variable
H A DpgConn.h278 bool needColQuoting, utfConnectString; variable