MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / as_sqlx_postgres_index

Method as_sqlx_postgres_index

src/executor/query.rs:307–309  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

305 #[cfg(feature = "sqlx-postgres")]
306 #[inline]
307 fn as_sqlx_postgres_index(&self) -> Self::SqlxPostgresIndex {
308 self
309 }
310 #[cfg(feature = "sqlx-sqlite")]
311 #[inline]
312 fn as_sqlx_sqlite_index(&self) -> Self::SqlxSqliteIndex {

Callers 2

try_get_byMethod · 0.80
try_get_from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected