Home
last modified time | relevance | path

Searched refs:pstmt (Results 1 – 25 of 1164) sorted by relevance

12345678910>>...47

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/bugfix/
H A DOF33.java50 PreparedStatement pstmt = null; in executeFix() local
57 rs = pstmt.executeQuery(); in executeFix()
69 pstmt = con in executeFix()
72 pstmt.executeUpdate(); in executeFix()
78 pstmt = con in executeFix()
94 pstmt = con in executeFix()
98 pstmt.executeUpdate(); in executeFix()
101 pstmt = con in executeFix()
110 pstmt = con in executeFix()
126 pstmt = con in executeFix()
[all …]
H A DOF1515.java206 pstmt.setInt( 3, 0 ); in writeRootNode()
218 pstmt.setInt( 7, 0 ); in writeRootNode()
221 pstmt.setInt( 8, 0 ); in writeRootNode()
224 pstmt.setInt( 9, 0 ); in writeRootNode()
227 pstmt.setInt( 10, 0 ); in writeRootNode()
230 pstmt.setInt( 11, 1 ); in writeRootNode()
233 pstmt.setInt( 12, 1 ); in writeRootNode()
236 pstmt.setInt( 13, 1 ); in writeRootNode()
239 pstmt.setInt( 14, 0 ); in writeRootNode()
242 pstmt.setInt( 15, 0 ); in writeRootNode()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Dexecute.c84 switch (pstmt->state) in SQLExecute()
91 if (!pstmt->prep_state) in SQLExecute()
98 if (!pstmt->prep_state) in SQLExecute()
106 if (!pstmt->prep_state) in SQLExecute()
149 (pstmt->dhstmt)) in SQLExecute()
169 switch (pstmt->state) in SQLExecute()
199 pstmt->prep_state = 0; in SQLExecute()
341 pstmt->prep_state = 0; in SQLExecDirect()
553 pstmt->cursor_state in SQLParamData()
575 pstmt->state in SQLParamData()
[all …]
H A Dfetch.c56 switch (pstmt->state) in SQLFetch()
87 (pstmt->dhstmt)) in SQLFetch()
107 switch (pstmt->state) in SQLFetch()
120 if (pstmt->prep_state) in SQLFetch()
182 switch (pstmt->state) in SQLExtendedFetch()
233 switch (pstmt->state) in SQLExtendedFetch()
393 switch (pstmt->state) in SQLGetData()
462 (pstmt->dhstmt)) in SQLMoreResults()
482 switch (pstmt->state) in SQLMoreResults()
492 if (pstmt->prep_state) in SQLMoreResults()
[all …]
H A Dhstmt.c47 STMT_t FAR *pstmt = NULL; in SQLAllocStmt() local
86 if (pstmt == NULL) in SQLAllocStmt()
100 pstmt->hdbc = hdbc; in SQLAllocStmt()
103 pstmt->prep_state = 0; in SQLAllocStmt()
127 MEM_FREE (pstmt); in SQLAllocStmt()
139 MEM_FREE (pstmt); in SQLAllocStmt()
146 pdbc->hstmt = pstmt; in SQLAllocStmt()
234 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLFreeStmt()
304 pstmt->state = in SQLFreeStmt()
309 pstmt->state = in SQLFreeStmt()
[all …]
H A Dresult.c95 if (pstmt->state > en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLBindCol()
143 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLGetCursorName()
210 (pstmt->dhstmt, pcrow)) in SQLRowCount()
232 if (pstmt->asyn_on == en_NullProc) in SQLNumResultCols()
259 (pstmt->dhstmt, &ccol)) in SQLNumResultCols()
269 pstmt->asyn_on = en_NullProc; in SQLNumResultCols()
343 if (pstmt->asyn_on == en_NullProc) in SQLDescribeCol()
385 pstmt->asyn_on = en_NullProc; in SQLDescribeCol()
393 switch (pstmt->state) in SQLDescribeCol()
498 pstmt->asyn_on = en_NullProc; in SQLColAttributes()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Dexecute.c84 switch (pstmt->state) in SQLExecute()
91 if (!pstmt->prep_state) in SQLExecute()
98 if (!pstmt->prep_state) in SQLExecute()
106 if (!pstmt->prep_state) in SQLExecute()
149 (pstmt->dhstmt)) in SQLExecute()
169 switch (pstmt->state) in SQLExecute()
199 pstmt->prep_state = 0; in SQLExecute()
341 pstmt->prep_state = 0; in SQLExecDirect()
553 pstmt->cursor_state in SQLParamData()
575 pstmt->state in SQLParamData()
[all …]
H A Dfetch.c56 switch (pstmt->state) in SQLFetch()
87 (pstmt->dhstmt)) in SQLFetch()
107 switch (pstmt->state) in SQLFetch()
120 if (pstmt->prep_state) in SQLFetch()
182 switch (pstmt->state) in SQLExtendedFetch()
233 switch (pstmt->state) in SQLExtendedFetch()
393 switch (pstmt->state) in SQLGetData()
462 (pstmt->dhstmt)) in SQLMoreResults()
482 switch (pstmt->state) in SQLMoreResults()
492 if (pstmt->prep_state) in SQLMoreResults()
[all …]
H A Dhstmt.c47 STMT_t FAR *pstmt = NULL; in SQLAllocStmt() local
86 if (pstmt == NULL) in SQLAllocStmt()
100 pstmt->hdbc = hdbc; in SQLAllocStmt()
103 pstmt->prep_state = 0; in SQLAllocStmt()
127 MEM_FREE (pstmt); in SQLAllocStmt()
139 MEM_FREE (pstmt); in SQLAllocStmt()
146 pdbc->hstmt = pstmt; in SQLAllocStmt()
234 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLFreeStmt()
304 pstmt->state = in SQLFreeStmt()
309 pstmt->state = in SQLFreeStmt()
[all …]
H A Dresult.c95 if (pstmt->state > en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLBindCol()
143 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLGetCursorName()
210 (pstmt->dhstmt, pcrow)) in SQLRowCount()
232 if (pstmt->asyn_on == en_NullProc) in SQLNumResultCols()
259 (pstmt->dhstmt, &ccol)) in SQLNumResultCols()
269 pstmt->asyn_on = en_NullProc; in SQLNumResultCols()
343 if (pstmt->asyn_on == en_NullProc) in SQLDescribeCol()
385 pstmt->asyn_on = en_NullProc; in SQLDescribeCol()
393 switch (pstmt->state) in SQLDescribeCol()
498 pstmt->asyn_on = en_NullProc; in SQLColAttributes()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Dexecute.c84 switch (pstmt->state) in SQLExecute()
91 if (!pstmt->prep_state) in SQLExecute()
98 if (!pstmt->prep_state) in SQLExecute()
106 if (!pstmt->prep_state) in SQLExecute()
149 (pstmt->dhstmt)) in SQLExecute()
169 switch (pstmt->state) in SQLExecute()
199 pstmt->prep_state = 0; in SQLExecute()
341 pstmt->prep_state = 0; in SQLExecDirect()
553 pstmt->cursor_state in SQLParamData()
575 pstmt->state in SQLParamData()
[all …]
H A Dfetch.c56 switch (pstmt->state) in SQLFetch()
87 (pstmt->dhstmt)) in SQLFetch()
107 switch (pstmt->state) in SQLFetch()
120 if (pstmt->prep_state) in SQLFetch()
182 switch (pstmt->state) in SQLExtendedFetch()
233 switch (pstmt->state) in SQLExtendedFetch()
393 switch (pstmt->state) in SQLGetData()
462 (pstmt->dhstmt)) in SQLMoreResults()
482 switch (pstmt->state) in SQLMoreResults()
492 if (pstmt->prep_state) in SQLMoreResults()
[all …]
H A Dhstmt.c47 STMT_t FAR *pstmt = NULL; in SQLAllocStmt() local
86 if (pstmt == NULL) in SQLAllocStmt()
100 pstmt->hdbc = hdbc; in SQLAllocStmt()
103 pstmt->prep_state = 0; in SQLAllocStmt()
127 MEM_FREE (pstmt); in SQLAllocStmt()
139 MEM_FREE (pstmt); in SQLAllocStmt()
146 pdbc->hstmt = pstmt; in SQLAllocStmt()
234 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLFreeStmt()
304 pstmt->state = in SQLFreeStmt()
309 pstmt->state = in SQLFreeStmt()
[all …]
H A Dresult.c95 if (pstmt->state > en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLBindCol()
143 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLGetCursorName()
210 (pstmt->dhstmt, pcrow)) in SQLRowCount()
232 if (pstmt->asyn_on == en_NullProc) in SQLNumResultCols()
259 (pstmt->dhstmt, &ccol)) in SQLNumResultCols()
269 pstmt->asyn_on = en_NullProc; in SQLNumResultCols()
343 if (pstmt->asyn_on == en_NullProc) in SQLDescribeCol()
385 pstmt->asyn_on = en_NullProc; in SQLDescribeCol()
393 switch (pstmt->state) in SQLDescribeCol()
498 pstmt->asyn_on = en_NullProc; in SQLColAttributes()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Dexecute.c84 switch (pstmt->state) in SQLExecute()
91 if (!pstmt->prep_state) in SQLExecute()
98 if (!pstmt->prep_state) in SQLExecute()
106 if (!pstmt->prep_state) in SQLExecute()
149 (pstmt->dhstmt)) in SQLExecute()
169 switch (pstmt->state) in SQLExecute()
199 pstmt->prep_state = 0; in SQLExecute()
341 pstmt->prep_state = 0; in SQLExecDirect()
553 pstmt->cursor_state in SQLParamData()
575 pstmt->state in SQLParamData()
[all …]
H A Dfetch.c56 switch (pstmt->state) in SQLFetch()
87 (pstmt->dhstmt)) in SQLFetch()
107 switch (pstmt->state) in SQLFetch()
120 if (pstmt->prep_state) in SQLFetch()
182 switch (pstmt->state) in SQLExtendedFetch()
233 switch (pstmt->state) in SQLExtendedFetch()
393 switch (pstmt->state) in SQLGetData()
462 (pstmt->dhstmt)) in SQLMoreResults()
482 switch (pstmt->state) in SQLMoreResults()
492 if (pstmt->prep_state) in SQLMoreResults()
[all …]
H A Dhstmt.c47 STMT_t FAR *pstmt = NULL; in SQLAllocStmt() local
86 if (pstmt == NULL) in SQLAllocStmt()
100 pstmt->hdbc = hdbc; in SQLAllocStmt()
103 pstmt->prep_state = 0; in SQLAllocStmt()
127 MEM_FREE (pstmt); in SQLAllocStmt()
139 MEM_FREE (pstmt); in SQLAllocStmt()
146 pdbc->hstmt = pstmt; in SQLAllocStmt()
234 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLFreeStmt()
304 pstmt->state = in SQLFreeStmt()
309 pstmt->state = in SQLFreeStmt()
[all …]
H A Dresult.c95 if (pstmt->state > en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLBindCol()
143 if (pstmt->state >= en_stmt_needdata || pstmt->asyn_on != en_NullProc) in SQLGetCursorName()
210 (pstmt->dhstmt, pcrow)) in SQLRowCount()
232 if (pstmt->asyn_on == en_NullProc) in SQLNumResultCols()
259 (pstmt->dhstmt, &ccol)) in SQLNumResultCols()
269 pstmt->asyn_on = en_NullProc; in SQLNumResultCols()
343 if (pstmt->asyn_on == en_NullProc) in SQLDescribeCol()
385 pstmt->asyn_on = en_NullProc; in SQLDescribeCol()
393 switch (pstmt->state) in SQLDescribeCol()
498 pstmt->asyn_on = en_NullProc; in SQLColAttributes()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Dhstmt.c265 memset (&pstmt->imp_desc, 0, sizeof (pstmt->imp_desc)); in SQLAllocStmt_Internal()
266 memset (&pstmt->desc, 0, sizeof (pstmt->desc)); in SQLAllocStmt_Internal()
285 pstmt->imp_desc[i]->hstmt = pstmt; in SQLAllocStmt_Internal()
405 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc3, in SQLAllocStmt_Internal()
417 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc2, in SQLAllocStmt_Internal()
567 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc3, in SQLFreeStmt_Internal()
579 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc2, in SQLFreeStmt_Internal()
973 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc3, in SQLGetStmtOption_Internal()
1001 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc3, in SQLGetStmtOption_Internal()
1077 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, (pstmt->dhstmt)); in SQLCancel_Internal()
[all …]
H A Dexecute.c636 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc3, in _ReBindParam()
654 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc2, in _ReBindParam()
789 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc2, in _SQLExecute_ConvParams()
942 CALL_UDRIVER(pstmt->hdbc, pstmt, retcode, hproc3, in _SQLExecute_ConvParams()
1075 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, (pstmt->dhstmt)); in SQLExecute_Internal()
1422 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLMoreResults_Internal()
1596 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLPutData_Internal()
1604 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLPutData_Internal()
1726 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, (pstmt->dhstmt, prgbValue)); in SQLParamData_Internal()
1896 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, (pstmt->dhstmt, pcpar)); in SQLNumParams_Internal()
[all …]
H A Dfetch.c98 STMT (pstmt, hstmt); in SQLFetch_Internal()
144 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLFetch_Internal()
145 (pstmt->dhstmt, SQL_FETCH_NEXT, 0, pstmt->rows_fetched_ptr, in SQLFetch_Internal()
160 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLFetch_Internal()
161 (pstmt->dhstmt)); in SQLFetch_Internal()
182 switch (pstmt->state) in SQLFetch_Internal()
262 STMT (pstmt, hstmt); in _iodbcdm_ExtendedFetch()
319 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in _iodbcdm_ExtendedFetch()
406 STMT (pstmt, hstmt); in SQLGetData_Internal()
557 CALL_DRIVER (pstmt->hdbc, pstmt, retcode, hproc, in SQLGetData_Internal()
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/
H A DDefaultPubSubPersistenceProvider.java638 PreparedStatement pstmt = null; in loadNode() local
649 rs = pstmt.executeQuery(); in loadNode()
668 rs = pstmt.executeQuery(); in loadNode()
680 rs = pstmt.executeQuery(); in loadNode()
692 rs = pstmt.executeQuery(); in loadNode()
704 rs = pstmt.executeQuery(); in loadNode()
883 pstmt.setString(3, subId); in loadSubscription()
884 rs = pstmt.executeQuery(); in loadSubscription()
1235 pstmt.execute(); in createPublishedItem()
1258 pstmt.execute(); in updatePublishedItem()
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/group/
H A DDefaultGroupProvider.java87 pstmt.setString(2, ""); in createGroup()
88 pstmt.executeUpdate(); in createGroup()
139 pstmt.executeUpdate(); in setDescription()
161 pstmt.executeUpdate(); in setName()
167 pstmt.executeUpdate(); in setName()
173 pstmt.executeUpdate(); in setName()
195 pstmt.executeUpdate(); in deleteGroup()
201 pstmt.executeUpdate(); in deleteGroup()
207 pstmt.executeUpdate(); in deleteGroup()
324 pstmt.executeUpdate(); in addMember()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Dyyparse.y349 pstmt = pyyenv->pstmt;
352 pstmt->srchtree = pstmt->node_buf + offset;
353 srchtree_reloc ( pstmt->node_buf, pstmt->srchtreenum);
876 if( pstmt->srchtreenum == pstmt->srchtreesize ) in add_node()
896 for(i=pstmt->srchtreenum;i<pstmt->srchtreesize;i++) in add_node()
1079 pcol = pstmt->pcol + pstmt->ncol; in add_column()
1080 pstmt->ncol++; in add_column()
1089 yystmt_t* pstmt = pyyenv->pstmt; in nnsql_yyerror() local
1107 for(i=1;pstmt->pcol && i<pstmt->ncol;i++) in table_check()
1188 pstmt->ins_heads = (char**)MEM_REALLOC( pstmt->ins_heads, in add_ins_head()
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DPreparedStatementWrapper.java38 super(pstmt); in PreparedStatementWrapper()
39 this.pstmt = pstmt; in PreparedStatementWrapper()
43 return pstmt.executeQuery(); in executeQuery()
47 return pstmt.executeUpdate(); in executeUpdate()
120 pstmt.clearParameters(); in clearParameters()
137 return pstmt.execute(); in execute()
141 pstmt.addBatch(); in addBatch()
150 pstmt.setRef(i, x); in setRef()
154 pstmt.setBlob(i, x); in setBlob()
158 pstmt.setClob(i, x); in setClob()
[all …]

12345678910>>...47