MCPcopy Create free account

hub / github.com/TankHQ/tank / functions

Functions1,110 in github.com/TankHQ/tank

Methodclear_bindings
(&mut self)
tank-postgres/src/prepared.rs:41
Methodclear_bindings
(&mut self)
tank-valkey/src/prepared.rs:36
Methodclear_bindings
(&mut self)
tank-yourdb/src/prepared.rs:19
Methodclear_bindings
(&mut self)
tank-scylladb/src/prepared.rs:36
Methodclear_bindings
(&mut self)
tank-mongodb/src/prepared.rs:64
Methodclose
(self)
tank-core/src/pool.rs:174
Methodcmd
(&self)
tank-mongodb/tests/init.rs:91
Methodcollection
(&self, table: &'t TableRef)
tank-mongodb/src/connection.rs:51
Functioncols
Build a slice of column expressions (optionally ordered) suitable for a `SELECT` projection. Each comma separated item becomes either an expression (p
tank-macros/src/lib.rs:239
Methodcommit
(self)
tank-sqlite/src/transaction.rs:27
Methodcommit
(self)
tank-postgres/src/transaction.rs:66
Methodcommit
(self)
tank-valkey/src/transaction.rs:35
Methodcommit
(self)
tank-yourdb/src/transaction.rs:11
Methodcommit
(self)
tank-scylladb/src/transaction.rs:99
Methodcommit
(self)
tank-mongodb/src/transaction.rs:21
Functioncomplex
(executor: &mut impl Executor)
tank-tests/src/complex.rs:75
Functionconditions
(executor: &mut impl Executor)
tank-tests/src/conditions.rs:20
Methodconnect
(driver: &SQLiteDriver, url: Cow<'static, str>)
tank-sqlite/src/connection.rs:252
Methodconnect
(driver: &DuckDBDriver, url: Cow<'static, str>)
tank-duckdb/src/connection.rs:543
Methodconnect
(driver: &MySQLDriver, url: Cow<'static, str>)
tank-mysql/src/connection.rs:19
Methodconnect
( _driver: &D, _url: Cow<'static, str>, )
tank-core/src/pool.rs:237
Methodconnect
( driver: &Self::Driver, url: Cow<'static, str>, )
tank-core/src/connection.rs:89
Methodconnect
(driver: &PostgresDriver, url: Cow<'static, str>)
tank-postgres/src/connection.rs:216
Methodconnect
(driver: &ValkeyDriver, url: Cow<'static, str>)
tank-valkey/src/connection.rs:19
Methodconnect
(driver: &YourDBDriver, url: Cow<'static, str>)
tank-yourdb/src/connection.rs:31
Methodconnect
(driver: &ScyllaDBDriver, url: Cow<'static, str>)
tank-scylladb/src/connection.rs:166
Methodconnect
(driver: &MongoDBDriver, url: Cow<'static, str>)
tank-mongodb/src/connection.rs:60
Functioncontext_constructors
()
tests/util.rs:855
Functioncontext_switch_fragment
()
tests/util.rs:874
Functioncontext_switch_table
()
tests/util.rs:887
Functioncontext_update_from
()
tests/util.rs:900
Functionconversion
()
tests/interval.rs:242
Functionconvert
( ty: &Type, raw: Option<&'a [u8]>, )
tank-postgres/src/util.rs:141
Methodconvert_iter
( iter: impl IntoIterator<Item: AsValue>, )
tank-core/src/as_value.rs:1167
Methodcreate
(&self)
tank-core/src/pool.rs:36
Functioncreate_database
()
tank-sqlite/tests/connection.rs:12
Functioncreate_database
()
tank-duckdb/tests/connection.rs:14
Methodcreate_table
Create table (and optional schema). - `if_not_exists`: Emits `IF NOT EXISTS` if supported. - `create_schema`: Attempts schema creation first.
tank-core/src/entity.rs:67
Methodcreate_table
(self)
tank-core/src/query/builder/mod.rs:44
Methoddatabase_cache
()
tank-duckdb/src/connection.rs:36
Functiondate_from_timestamp
()
tests/value.rs:2200
Functiondate_parse
()
tests/value.rs:2152
Functiondecimal_from_various_types
()
tests/value.rs:1951
Methoddefault
()
tank-tests/src/complex.rs:46
Methoddefault
()
tank-core/src/pool_config.rs:57
Methoddefault
()
tank-core/src/writer/context.rs:124
Methoddefault
()
tank-core/src/query/dyn_query.rs:75
Methoddefault
()
tank-core/src/query/query.rs:68
Methoddefault
()
tank-postgres/src/value_wrap.rs:16
Methoddefault
()
tank-valkey/src/driver.rs:23
Methoddefault
()
tank-mongodb/src/payload.rs:307
Methoddelete_many
Deletes all entities matching a condition. Returns the number of deleted rows.
tank-core/src/entity.rs:213
Methodderef
(&self)
tank-sqlite/src/cbox.rs:65
Methodderef
(&self)
tank-duckdb/src/cbox.rs:72
Methodderef_mut
(&mut self)
tank-sqlite/src/cbox.rs:71
Methodderef_mut
(&mut self)
tank-duckdb/src/cbox.rs:78
Methodderef_mut
(&mut self)
tank-core/src/pool.rs:262
Functionderive_entity
(input: TokenStream)
tank-macros/src/lib.rs:33
Methoddeserialize
( ty: &'metadata ColumnType<'metadata>, v: Option<FrameSlice<'frame>>, )
tank-scylladb/src/value_wrap.rs:159
Methoddeserialize
(row: ColumnIterator<'frame, 'metadata>)
tank-scylladb/src/row_wrapper.rs:18
Methoddeserialize
(deserializer: D)
tank-mongodb/src/row_wrap.rs:65
Methoddetach
(&'s self)
tank-core/src/pool.rs:150
Methoddisconnect
Closes the connection and releases any session resources.
tank-core/src/connection.rs:80
Methoddisconnect
(self)
tank-core/src/connection.rs:105
Methoddisconnect
(self)
tank-postgres/src/connection.rs:293
Methoddo_prepare
(&mut self, sql: String)
tank-sqlite/src/connection.rs:167
Methoddo_prepare
(&mut self, sql: String)
tank-duckdb/src/connection.rs:229
Methoddo_prepare
(&mut self, sql: String)
tank-mysql/src/executor.rs:16
Methoddo_prepare
(&mut self, sql: String)
tank-core/src/pool.rs:198
Methoddo_prepare
Internal hook for implementing prepared statement support.
tank-core/src/executor.rs:46
Methoddo_prepare
(&mut self, sql: String)
tank-postgres/src/connection.rs:39
Methoddo_prepare
(&mut self, sql: String)
tank-postgres/src/transaction.rs:26
Methoddo_prepare
(&mut self, sql: String)
tank-yourdb/src/connection.rs:17
Methoddo_prepare
(&mut self, sql: String)
tank-scylladb/src/connection.rs:75
Methoddo_prepare
(&mut self, sql: String)
tank-scylladb/src/transaction.rs:40
Methoddo_prepare
( &mut self, _query: String, )
tank-mongodb/src/connection.rs:92
Methoddo_run
(execute: F, tx: Sender<Result<QueryResult>>)
tank-duckdb/src/connection.rs:49
Methoddo_run_prepared
( connection: *mut sqlite3, statement: *mut sqlite3_stmt, tx: Sender<Result<QueryResul
tank-sqlite/src/connection.rs:43
Methoddo_run_prepared
( prepared: duckdb_prepared_statement, tx: Sender<Result<QueryResult>>, )
tank-duckdb/src/connection.rs:130
Methoddo_run_unprepared
( connection: *mut sqlite3, sql: &str, tx: Sender<Result<QueryResult>>, )
tank-sqlite/src/connection.rs:113
Methoddo_run_unprepared
( connection: duckdb_connection, sql: &CStr, tx: Sender<Result<QueryResult>>, )
tank-duckdb/src/connection.rs:86
Methoddo_serialize
( value: Value, ty: &ColumnType, writer: CellWriter<'b>, )
tank-scylladb/src/value_wrap.rs:64
Methoddriver
Returns the driver instance associated with this executor.
tank-core/src/executor.rs:26
Methoddriver
(&self)
tank-valkey/src/connection.rs:48
Methoddrop
(&mut self)
tank-sqlite/src/cbox.rs:53
Methoddrop
(&mut self)
tank-duckdb/src/cbox.rs:60
Methoddrop
(&mut self)
tank-core/src/writer/context.rs:135
Methoddrop
(&mut self)
tank-mongodb/src/transaction.rs:42
Functiondrop_collection_replaces_previous
()
tank-mongodb/tests/batch.rs:111
Methoddrop_table
Drop the table (and optional schema). - `if_exists`: Emits `IF EXISTS` if supported. - `drop_schema`: Drops schema *after* table removal (if empty).
tank-core/src/entity.rs:97
Methoddrop_table
(self)
tank-core/src/query/builder/mod.rs:51
Functionduckdb
()
tank-duckdb/tests/duckdb.rs:15
Functiondyn_query_basic_operations
()
tests/util.rs:268
Functiondyn_query_buffer
()
tests/util.rs:311
Functiondyn_query_into_string
()
tests/util.rs:304
Functiondyn_query_new
()
tests/util.rs:289
Functiondyn_query_with_capacity
()
tests/util.rs:281
Functiondyn_query_write_trait
()
tests/util.rs:297
Methodempty
Creates an empty context with no special configuration.
tank-core/src/writer/context.rs:58
Functionenums
(executor: &mut impl Executor)
tank-tests/src/enums.rs:97
← previousnext →401–500 of 1,110, ranked by callers