Oracle 5.0 Reference Manual page 1989

Table of Contents

Advertisement

UByte
UInt16
UInt24
UInt32
UInt64
Decimal
NewDecimal
Set
String
VarChar
VarString
Enum
Geometry
Bit
TinyText
Text
MediumText
LongText
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySql.Data.MySqlClient Namespace
20.2.7.1.4.1.7.1.1.3.1.1.1.3.
Initializes a new instance of the
and the size.
Syntax: Visual Basic
Connector/Net API Reference
MySql.Data.MySqlClient
MySqlParameter
MySqlParameter
values are -1.7976931348623157E
+308 to -2.2250738585072014E-308,
0, and 2.2250738585072014E-308 to
1.7976931348623157E+308.
An 8-bit unsigned value.
A 16-bit unsigned value.
A 24-bit unsigned value.
A 32-bit unsigned value.
A 64-bit unsigned value.
A fixed precision and scale numeric value
between -10^38-1 and 10^38-1.
New Decimal
A set. A string object that can have zero or more
values, each of which must be chosen from the list
of values 'value1', 'value2', ... A SET can have a
maximum of 64 members.
Obsolete. Use VarChar type.
A variable-length string containing 0 to 255
characters.
A variable-length string containing 0 to 65535
characters.
An enumeration. A string object that can have only
one value, chosen from the list of values 'value1',
'value2', ..., NULL or the special "" error value.
An ENUM can have a maximum of 65535 distinct
values.
Bit-field data type.
A nonbinary string column supporting a maximum
length of 255 (2^8 - 1) characters.
A nonbinary string column supporting a maximum
length of 65535 (2^16 - 1) characters.
A nonbinary string column supporting a maximum
length of 16777215 (2^24 - 1) characters.
A nonbinary string column supporting a maximum
length of 4294967295 (2^32 - 1) characters.
Constructor (String, MySqlDbType, Int32)
class with the parameter name, the MySqlDbType,
1969

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents