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

Method as_sqlx_mysql_index

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

Source from the content-addressed store, hash-verified

300 #[cfg(feature = "sqlx-mysql")]
301 #[inline]
302 fn as_sqlx_mysql_index(&self) -> Self::SqlxMySqlIndex {
303 self
304 }
305 #[cfg(feature = "sqlx-postgres")]
306 #[inline]
307 fn as_sqlx_postgres_index(&self) -> Self::SqlxPostgresIndex {

Callers 2

try_get_byMethod · 0.80
try_get_from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected