MCPcopy Create free account

hub / github.com/TankHQ/tank / functions

Functions1,110 in github.com/TankHQ/tank

Functionis_zero
()
tests/interval.rs:315
Functionisize_usize_conversions
()
tests/value.rs:2280
Functionjoin
Build a typed join tree from a concise SQL-like syntax. The grammar supports standard join variants (`JOIN`, `INNER JOIN`, `LEFT JOIN`, `LEFT OUTER J
tank-macros/src/lib.rs:186
Functionjoin_chained
()
tests/join.rs:345
Functionjoin_invalid_syntax
()
tests/join.rs:609
Functionjoin_left_nested
()
tests/join.rs:200
Functionjoin_multi_chained
()
tests/join.rs:415
Functionjoin_qualified_columns
()
tests/util.rs:911
Functionjoin_right_nested
()
tests/join.rs:266
Functionjoin_simple
()
tests/join.rs:33
Functionjoin_table_ref_same_schema
()
tests/util.rs:933
Functionjoin_types
()
tests/join.rs:564
Functionjoin_with_aliases
()
tests/join.rs:536
Functionjoin_with_many_parentheses
()
tests/join.rs:490
Functionkeywords
(executor: &mut impl Executor)
tank-tests/src/keywords.rs:26
Methodlast_error
(&self)
tank-sqlite/src/connection.rs:33
Methodmake_context
(fragment: Fragment)
tank-valkey/src/sql_writer.rs:26
Methodmake_namespace
(table_ref: &TableRef)
tank-mongodb/src/sql_writer.rs:57
Methodmake_pipeline
(&self)
tank-valkey/src/prepared.rs:15
Methodmake_prepared
()
tank-valkey/src/sql_writer.rs:22
Methodmake_prepared
()
tank-mongodb/src/sql_writer.rs:47
Methodmake_some
()
tests/entity_simple.rs:22
Methodmake_unmatchable
()
tank-mongodb/src/sql_writer.rs:51
Methodmake_unmatchable
()
tank-mongodb/src/visitor.rs:159
Functionmariadb
()
tank-mysql/tests/mariadb.rs:15
Functionmath
(executor: &mut impl Executor)
tank-tests/src/math.rs:17
Functionmetrics
(executor: &mut impl Executor)
tank-tests/src/metrics.rs:29
Functionmongodb
()
tank-mongodb/tests/mongodb.rs:14
Functionmultiple
(executor: &mut impl Executor)
tank-tests/src/multiple.rs:27
Functionmysql
()
tank-mysql/tests/mysql.rs:15
Methodname
Returns the primary name of the driver.
tank-core/src/driver.rs:23
Methodneg
(self)
tank-core/src/interval.rs:312
Functionneg_interval
()
tests/interval.rs:410
Methodnew
()
tank-sqlite/src/driver.rs:8
Methodnew
(ptr: T, dealloc: fn(T))
tank-sqlite/src/cbox.rs:47
Methodnew
(statement: CBox<*mut sqlite3_stmt>)
tank-sqlite/src/prepared.rs:25
Methodnew
(connection: &'c mut SQLiteConnection)
tank-sqlite/src/transaction.rs:12
Methodnew
()
tank-duckdb/src/driver.rs:10
Methodnew
(ptr: T, dealloc: fn(T))
tank-duckdb/src/cbox.rs:54
Methodnew
(statement: CBox<duckdb_prepared_statement>)
tank-duckdb/src/prepared.rs:22
Methodnew
(connection: &'c mut DuckDBConnection)
tank-duckdb/src/transaction.rs:16
Methodnew
(host: impl Into<String>, port: u16)
tank-tests/src/service.rs:18
Methodnew
( target_pattern: &'static str, requests: i32, method: Option<Method>, interva
tank-tests/src/requests.rs:75
Methodnew
()
tank-mysql/src/driver.rs:8
Methodnew
(statement: Statement)
tank-mysql/src/prepared.rs:22
Methodnew
(connection: &'c mut MySQLConnection)
tank-mysql/src/transaction.rs:16
Methodnew
(driver: D, url: Cow<'static, str>)
tank-core/src/pool.rs:28
Methodnew
()
tank-core/src/pool_config.rs:19
Methodnew
Creates a new row from labels and values.
tank-core/src/row.rs:33
Methodnew
(columns: Box<[ColumnDef]>)
tank-core/src/relations.rs:30
Methodnew
Creates a new table reference with just a name.
tank-core/src/table_ref.rs:26
Methodnew
Create a column reference from just a name.
tank-core/src/column.rs:30
Methodnew
(months: i64, days: i64, nanos: i128)
tank-core/src/interval.rs:63
Methodnew
New generic writer.
tank-core/src/writer/sql_writer.rs:1350
Methodnew
Creates a new generation context for a specific fragment.
tank-core/src/writer/context.rs:48
Methodnew
(value: String)
tank-core/src/query/dyn_query.rs:16
Methodnew
()
tank-core/src/query/builder/mod.rs:18
Methodnew
()
tank-postgres/src/driver.rs:8
Methodnew
(statement: Statement)
tank-postgres/src/prepared.rs:19
Methodnew
(client: &'c mut PostgresConnection)
tank-postgres/src/transaction.rs:15
Methodnew
(separator: &'static str, keys_with_names: bool)
tank-valkey/src/driver.rs:14
Methodnew
(separator: &'static str, keys_with_names: bool)
tank-valkey/src/sql_writer.rs:15
Methodnew
(keys_with_names: bool, prefix: String, pk: &'static [&'static ColumnDef])
tank-valkey/src/visitor.rs:67
Methodnew
()
tank-yourdb/src/driver.rs:7
Methodnew
()
tank-yourdb/src/prepared.rs:10
Methodnew
()
tank-scylladb/src/driver.rs:11
Methodnew
(statement: PreparedStatement)
tank-scylladb/src/prepared.rs:19
Methodnew
()
tank-mongodb/src/driver.rs:8
Methodnew
()
tank-mongodb/src/visitor.rs:156
Methodnew
(payload: Payload, count: u32)
tank-mongodb/src/prepared.rs:18
Methodnew
(client: Client, default_database: Database)
tank-mongodb/src/connection.rs:25
Methodnew
(connection: &'c mut MongoDBConnection, end_connection_session: bool)
tank-mongodb/src/transaction.rs:10
Functionnonzero_conversions
()
tests/value.rs:1900
Functionoffset_datetime_from_timestamp
()
tests/value.rs:2213
Functionoffset_datetime_parse
()
tests/value.rs:2175
Functionoperations
(executor: &mut impl Executor)
tank-tests/src/operations.rs:42
Functionoperations
()
tests/interval.rs:185
Functionoption_and_wrapper_conversions
()
tests/value.rs:2250
Functionorders
(executor: &mut impl Executor)
tank-tests/src/orders.rs:21
Functionother
(executor: &mut impl Executor)
tank-tests/src/other.rs:23
Methodparse
(input: ParseStream)
tank-core/src/join.rs:74
Methodparse
Parse string.
tank-core/src/as_value.rs:38
Methodparse
(input: impl AsRef<str>)
tank-core/src/as_value.rs:1126
Methodparse
(input: ParseStream)
tank-macros/src/decode_column.rs:61
Methodparse
(original: ParseStream)
tank-macros/src/decode_join.rs:61
Functionpipeline_1
()
tank-mongodb/tests/pipeline.rs:12
Functionpipeline_2
()
tank-mongodb/tests/pipeline.rs:94
Functionpipeline_3
()
tank-mongodb/tests/pipeline.rs:248
Functionpk_condition_1
()
tank-valkey/tests/pk_condition.rs:12
Functionpk_condition_errors
()
tank-valkey/tests/pk_condition.rs:171
Functionpostgres
()
tank-postgres/tests/postgres.rs:16
Methodprecedence
(&self, _writer: &dyn SqlWriter)
tank-core/src/query/builder/mod.rs:64
Methodprecedence
(&self, writer: &dyn SqlWriter)
tank-core/src/expression/binary_op.rs:44
Methodprecedence
(&self, writer: &dyn SqlWriter)
tank-core/src/expression/ordered.rs:31
Methodprecedence
(&self, writer: &dyn SqlWriter)
tank-core/src/expression/unary_op.rs:12
Methodprecedence
(&self, writer: &dyn SqlWriter)
tank-core/src/expression/default_value_type.rs:21
Methodprecedence
(&self, _writer: &dyn SqlWriter)
tank-core/src/expression/operand.rs:27
Methodprecedence
(&self, writer: &dyn SqlWriter)
tank-core/src/expression/op_precedence.rs:10
Methodprepare
Prepares a query for execution, returning a handle to the prepared statement.
tank-core/src/executor.rs:31
Methodprepare
( &'s mut self, query: impl AsQuery<Self::Driver> + 's, )
tank-core/src/executor.rs:121
← previousnext →601–700 of 1,110, ranked by callers