Module sql_type

Source
Expand description

SQL data types

Modules§

collection
vector
VECTOR data type support

Structs§

Blob
A reference to Oracle data type BLOB
Clob
A reference to Oracle data type CLOB
Collection
Oracle-specific collection data type
IntervalDS
Oracle-specific Interval Day to Second data type.
IntervalYM
Oracle-specific Interval Year to Month data type.
Nclob
A reference to Oracle data type NCLOB
Object
Oracle-specific object data type
ObjectType
Type information about Object or Collection data type
ObjectTypeAttr
Object type attribute information
RefCursor
Result set output by or returned by a PL/SQL block or a stored procedure
Timestamp
Oracle-specific Datetime data type

Enums§

InnerValue
Raw data inside of SqlValue
OracleType
Oracle data type

Traits§

FromSql
Conversion from Oracle values to rust values.
Lob
A trait for LOB types
ToSql
Conversion from rust values to Oracle values.
ToSqlNull
A trait specifying Oracle type to bind a null value.