Home
last modified time | relevance | path

Searched refs:STMT_EXEC_ERROR (Results 1 – 14 of 14) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dexecute.c133 …SC_set_error(self, STMT_EXEC_ERROR, "Connection is readonly, only select statements are allowed."); in PG_SQLPrepare()
189 …SC_set_error(stmt, STMT_EXEC_ERROR, "Connection is readonly, only select statements are allowed."); in PG_SQLExecDirect()
566 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction"); in SQLParamData()
573 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction"); in SQLParamData()
674 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in SQLPutData()
681 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in SQLPutData()
692 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt create large object."); in SQLPutData()
704 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt open large object for writing."); in SQLPutData()
H A Dconvert.c1160 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in copy_statement_with_parameters()
1168 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in copy_statement_with_parameters()
1180 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt create (in-line) large object."); in copy_statement_with_parameters()
1726 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in convert_lo()
1732 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction"); in convert_lo()
1742 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt open large object for reading."); in convert_lo()
1779 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction"); in convert_lo()
1785 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction"); in convert_lo()
1794 SC_set_error(stmt, STMT_EXEC_ERROR, "Error reading from large object."); in convert_lo()
1821 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction"); in convert_lo()
[all …]
H A Dstatement.c670 SC_set_error(self, STMT_EXEC_ERROR, "Error fetching next row"); in SC_fetch()
795 SC_set_error(self, STMT_EXEC_ERROR, "Could not begin a transaction"); in SC_execute()
807 SC_set_error(self, STMT_EXEC_ERROR, "Could not begin a transaction"); in SC_execute()
925 SC_set_error(self, STMT_EXEC_ERROR, "Error while executing the query"); in SC_execute()
H A Dstatement.h50 #define STMT_EXEC_ERROR 1 macro
H A Denviron.c212 case STMT_EXEC_ERROR: in SQLError()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dconvert.c2315 qb->errornumber = STMT_EXEC_ERROR; in enlarge_query_statement()
3662 qb->errornumber = STMT_EXEC_ERROR; in inner_process_tokens()
3689 qb->errornumber = STMT_EXEC_ERROR; in inner_process_tokens()
3916 qb->errornumber = STMT_EXEC_ERROR; in inner_process_tokens()
4428 qb->errornumber = STMT_EXEC_ERROR; in handle_lu_onvert_error()
4521 qb->errornumber = STMT_EXEC_ERROR; in ResolveOneParam()
4703 qb->errornumber = STMT_EXEC_ERROR; in ResolveOneParam()
5209 qb->errornumber = STMT_EXEC_ERROR; in ResolveOneParam()
5341 qb->errornumber = STMT_EXEC_ERROR; in ResolveOneParam()
5492 qb->errornumber = STMT_EXEC_ERROR; in processParameters()
[all …]
H A Dexecute.c124 …SC_set_error(self, STMT_EXEC_ERROR, "Connection is readonly, only select statements are allowed.",… in PGAPI_Prepare()
185 …SC_set_error(stmt, STMT_EXEC_ERROR, "Connection is readonly, only select statements are allowed.",… in PGAPI_ExecDirect()
1455 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not commit (in-line) a transaction", func); in PGAPI_ParamData()
1671 SC_set_error(stmt, STMT_EXEC_ERROR, "Could not begin (in-line) a transaction", func); in PGAPI_PutData()
1681 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt create large object.", func); in PGAPI_PutData()
1696 SC_set_error(stmt, STMT_EXEC_ERROR, "Couldnt open large object for writing.", func); in PGAPI_PutData()
H A Dstatement.c1256 { STMT_EXEC_ERROR, "HY000", "S1000" }, /* also a general error */
2226 SC_set_error(self, STMT_EXEC_ERROR, CC_get_errormsg(conn), func); in SC_execute()
2281 SC_set_error(self, STMT_EXEC_ERROR, "Named output parameter does not exist.", func); in SC_execute()
2289 SC_set_error(self, STMT_EXEC_ERROR, "GetData to Procedure return failed.", func); in SC_execute()
2299 SC_set_error(self, STMT_EXEC_ERROR, "SC_fetch to get a Procedure return failed.", func); in SC_execute()
2317 …SC_set_error(self, STMT_EXEC_ERROR, "Query must be executed in a transaction when FetchRefcursors … in SC_execute()
2638 SC_set_error(stmt, STMT_EXEC_ERROR, "about to execute a non-prepared statement", func); in libpq_bind_and_exec()
3199 …SC_set_error_if_not_set(self, STMT_EXEC_ERROR, "Error while fetching the next result", __FUNCTION_… in SC_set_errorinfo()
3202 … SC_set_error_if_not_set(self, STMT_EXEC_ERROR, "Error while executing the query", __FUNCTION__); in SC_set_errorinfo()
H A Dqresult.c915 SC_set_error(stmt, STMT_EXEC_ERROR, "move error occured", __FUNCTION__); in QR_move_cursor_to_last()
1014 SC_set_error(stmt, STMT_EXEC_ERROR, "move error occured", func); in QR_next_tuple()
1063 SC_set_error(stmt, STMT_EXEC_ERROR, "Hmm where are fetched data?", func); in QR_next_tuple()
H A Dbind.c378 SC_set_error(stmt, STMT_EXEC_ERROR, "Unfortunatley couldn't get this paramater's info", func); in PGAPI_DescribeParam()
437 SC_set_error(stmt, STMT_EXEC_ERROR, "parameter count address is null", func); in PGAPI_NumParams()
H A Dstatement.h65 ,STMT_EXEC_ERROR enumerator
H A Dinfo.c3746 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_ColumnPrivileges query error", func); in PGAPI_ColumnPrivileges()
5146 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_ProcedureColumns query error", func); in PGAPI_ProcedureColumns()
5506 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_Procedures query error", func); in PGAPI_Procedures()
5694 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_TablePrivileges query error", func); in PGAPI_TablePrivileges()
5721 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_TablePrivileges query error", func); in PGAPI_TablePrivileges()
6076 SC_set_error(stmt, STMT_EXEC_ERROR, "PGAPI_ForeignKeys query error", func); in PGAPI_ForeignKeys_new()
H A Dparse.c1049 SC_set_error(stmt, STMT_EXEC_ERROR, "Table not found", func); in getCOLIfromTI()
1920 SC_set_error(stmt, STMT_EXEC_ERROR, "duplicated Table name", func); in parse_the_statement()
H A Dresults.c103 SC_set_error(stmt, STMT_EXEC_ERROR, "No query has been executed with that handle", func); in SC_describe_ok()
2015 errnum = STMT_EXEC_ERROR; in PGAPI_MoreResults()
3410 SC_set_error(stmt, STMT_EXEC_ERROR, "Data Load Error", func); in LoadFromKeyset()
3468 SC_set_error(stmt, STMT_EXEC_ERROR, "Prepare for Data Load Error", func); in LoadFromKeyset()
3588 SC_set_error(stmt, STMT_EXEC_ERROR, "Data Load Error", __FUNCTION__); in LoadFromKeyset_inh()