[][src]Module oracle::sql_type

SQL data types

Structs

Collection

Oracle-specific collection data type

IntervalDS

Oracle-specific Interval Day to Second data type.

IntervalYM

Oracle-specific Interval Year to Month data type.

Object

Oracle-specific object data type

ObjectType

Type information about Object or Collection data type

ObjectTypeAttr

Object type attribute information

Timestamp

Oracle-specific Datetime data type

Enums

OracleType

Oracle data type

Traits

FromSql

Conversion from Oracle values to rust values.

ToSql

Conversion from rust values to Oracle values.

ToSqlNull

A trait specifying Oracle type to bind a null value.