pub struct AllSQLContentTypeCodes;Expand description
https://sql-on-fhir.org/ig/ValueSet/AllSQLContentTypeCodes
Implementations§
Source§impl AllSQLContentTypeCodes
impl AllSQLContentTypeCodes
Sourcepub fn application_sql() -> BoundCode<Self>
pub fn application_sql() -> BoundCode<Self>
SQL
Sourcepub fn application_sql_semicolondialect_equalansi_sql() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalansi_sql() -> BoundCode<Self>
ANSI SQL
Sourcepub fn application_sql_semicolondialect_equalbigquery() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalbigquery() -> BoundCode<Self>
BigQuery
Sourcepub fn application_sql_semicolondialect_equalclickhouse() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalclickhouse() -> BoundCode<Self>
ClickHouse
Sourcepub fn application_sql_semicolondialect_equaldb2() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equaldb2() -> BoundCode<Self>
IBM DB2
Sourcepub fn application_sql_semicolondialect_equalduckdb() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalduckdb() -> BoundCode<Self>
DuckDB
Sourcepub fn application_sql_semicolondialect_equalh2() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalh2() -> BoundCode<Self>
H2
Sourcepub fn application_sql_semicolondialect_equalhive() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalhive() -> BoundCode<Self>
Hive
Sourcepub fn application_sql_semicolondialect_equalhsqldb() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalhsqldb() -> BoundCode<Self>
HSQLDB
Sourcepub fn application_sql_semicolondialect_equalmariadb() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalmariadb() -> BoundCode<Self>
MariaDB
Sourcepub fn application_sql_semicolondialect_equalmysql() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalmysql() -> BoundCode<Self>
MySQL
Sourcepub fn application_sql_semicolondialect_equaloracle() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equaloracle() -> BoundCode<Self>
Oracle SQL
Sourcepub fn application_sql_semicolondialect_equalpostgresql() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalpostgresql() -> BoundCode<Self>
PostgreSQL
Sourcepub fn application_sql_semicolondialect_equalpresto() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalpresto() -> BoundCode<Self>
Presto
Sourcepub fn application_sql_semicolondialect_equalredshift() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalredshift() -> BoundCode<Self>
Amazon Redshift
Sourcepub fn application_sql_semicolondialect_equalsnowflake() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalsnowflake() -> BoundCode<Self>
Snowflake
Sourcepub fn application_sql_semicolondialect_equalspark_sql() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalspark_sql() -> BoundCode<Self>
Spark SQL
Sourcepub fn application_sql_semicolondialect_equalsql_2() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalsql_2() -> BoundCode<Self>
SQL-2
Sourcepub fn application_sql_semicolondialect_equalsql_server() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalsql_server() -> BoundCode<Self>
SQL Server
Sourcepub fn application_sql_semicolondialect_equalsqlite() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalsqlite() -> BoundCode<Self>
SQLite
Sourcepub fn application_sql_semicolondialect_equalteradata() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalteradata() -> BoundCode<Self>
Teradata
Sourcepub fn application_sql_semicolondialect_equaltrino() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equaltrino() -> BoundCode<Self>
Trino
Sourcepub fn application_sql_semicolondialect_equalvertica() -> BoundCode<Self>
pub fn application_sql_semicolondialect_equalvertica() -> BoundCode<Self>
Vertica
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllSQLContentTypeCodes
impl RefUnwindSafe for AllSQLContentTypeCodes
impl Send for AllSQLContentTypeCodes
impl Sync for AllSQLContentTypeCodes
impl Unpin for AllSQLContentTypeCodes
impl UnsafeUnpin for AllSQLContentTypeCodes
impl UnwindSafe for AllSQLContentTypeCodes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more