Oracle 5.0 Reference Manual page 1988

Table of Contents

Advertisement

Public Enum MySqlDbType
Syntax: C#
public enum MySqlDbType
Members
Member Name
Newdate
Timestamp
Time
Date
Datetime
Year
TinyBlob
Blob
MediumBlob
LongBlob
Int16
Int24
Int32
Int64
Byte
Float
Double
Connector/Net API Reference
Description
Obsolete. Use Datetime or Date type.
A timestamp. The range is '1970-01-01
00:00:01.000000' to '2038-01-19
03:14:07.999999'. (Fractional seconds can only
be stored with a MySQL 5.6.4 or higher database
server.)
The range is '-838:59:59.000000' to
'838:59:59.000000'. (Fractional seconds can only
be stored with a MySQL 5.6.4 or higher database
server.)
The supported range is '1000-01-01' to
'9999-12-31'.
The supported range is '1000-01-01
00:00:00.000000' to '9999-12-31
23:59:59.999999'. (Fractional seconds can only
be stored with a MySQL 5.6.4 or higher database
server.)
A year in 2- or 4-digit format (default is 4-digit).
The allowable values are 1901 to 2155, 0000 in
the 4-digit year format, and 1970-2069 if you use
the 2-digit format (70-69).
A BLOB column with a maximum length of 255
(2^8 - 1) characters.
A BLOB column with a maximum length of 65535
(2^16 - 1) characters.
A BLOB column with a maximum length of
16777215 (2^24 - 1) characters.
A BLOB column with a maximum length of
4294967295 or 4G (2^32 - 1) characters.
A 16-bit signed integer. The signed range is
-32768 to 32767. The unsigned range is 0 to
65535.
Specifies a 24 (3 byte) signed or unsigned value.
A 32-bit signed integer.
A 64-bit signed integer.
The signed range is -128 to 127. The unsigned
range is 0 to 255.
A small (single-precision) floating-point number.
Allowable values are -3.402823466E+38 to
-1.175494351E-38, 0, and 1.175494351E-38 to
3.402823466E+38.
A normal-size (double-precision)
floating-point number. Allowable
1968

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents