Home
last modified time | relevance | path

Searched defs:statement_id (Results 1 – 25 of 25) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/influxdb/influxdb-php/tests/unit/json/
H A Dresult-multi-query.example.json4 "statement_id": 0, number
30 "statement_id": 1, number
H A Dresult-error.example.json4 "statement_id": 0, number
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/x3/calc/calc9/
H A Dstatement.hpp20 typedef statement_type::id statement_id; typedef
/dports/devel/py-azure-synapse-spark/azure-synapse-spark-0.2.0/azure/synapse/spark/operations/
H A D_spark_session_operations.py444 statement_id, # type: int argument
500 statement_id, # type: int argument
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysql/connector/
H A Dconnection.py1329 def cmd_stmt_fetch(self, statement_id, rows=1): argument
1368 def cmd_stmt_execute(self, statement_id, data=(), parameters=(), flags=0): argument
1402 def cmd_stmt_close(self, statement_id): argument
1412 def cmd_stmt_send_long_data(self, statement_id, param_id, data): argument
1447 def cmd_stmt_reset(self, statement_id): argument
H A Dabstracts.py1254 def cmd_stmt_execute(self, statement_id, data=(), parameters=(), flags=0): argument
1258 def cmd_stmt_close(self, statement_id): argument
1262 def cmd_stmt_send_long_data(self, statement_id, param_id, data): argument
1266 def cmd_stmt_reset(self, statement_id): argument
H A Dprotocol.py153 def make_stmt_fetch(self, statement_id, rows=1): argument
661 def make_stmt_execute(self, statement_id, data=(), parameters=(), argument
/dports/databases/luadbi/luadbi-0.7.2/dbd/postgresql/
H A Ddbd_postgresql.h19 unsigned int statement_id; /* sequence for statement IDs */ member
/dports/math/py-claripy/claripy-9.0.5405/claripy/vsa/
H A Dabstract_location.py77 def statement_id(self): member in AbstractLocation
/dports/devel/py-moto/moto-2.2.16/moto/events/
H A Dmodels.py410 def add_permission(self, statement_id, action, principal, condition): argument
1262 self, event_bus, action, principal, statement_id, condition argument
1298 self, event_bus_name, action, principal, statement_id, condition, policy argument
1312 def remove_permission(self, event_bus_name, statement_id, remove_all_permissions): argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dsql_data_context.cc540 ngs::Error_code Sql_data_context::fetch_cursor(const uint32_t statement_id, in fetch_cursor()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_bank_statement.py512 statement_id = fields.Many2one( variable in AccountBankStatementLine
H A Daccount_move.py3105statement_id = fields.Many2one(related='statement_line_id.statement_id', store=True, index=True, c… variable in AccountMoveLine
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/driver/
H A Dpq3.py1251 statement_id = None variable in Statement
1325 database, statement_id, string, argument
2321 statement_id = None, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_database.cc936 sql::StatementID statement_id, in RunCachedStatementWithIds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_database.cc956 sql::StatementID statement_id, in RunCachedStatementWithIds()
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/
H A Dapi.py490 def statement_id(self) -> str: member in Statement