Method | Description | |
---|---|---|
BigInt ( ) : SqlType | ||
BigInt ( int size ) : SqlType | ||
Binary ( ) : |
||
Binary ( SqlTypeCode sqlType ) : |
||
Binary ( SqlTypeCode sqlType, int maxSize ) : |
||
Binary ( int maxSize ) : |
||
Bit ( ) : |
||
Blob ( int maxSize ) : |
||
Boolean ( ) : |
||
Boolean ( SqlTypeCode sqlType ) : |
||
Clob ( ) : |
||
Clob ( Encoding encoding ) : |
||
Clob ( Encoding encoding, int maxSize ) : |
||
Clob ( int maxSize ) : |
||
Date ( ) : |
||
DateTime ( ) : |
||
DateTime ( SqlTypeCode sqlType ) : |
||
DayToSecond ( ) : |
||
FromType ( |
||
Integer ( ) : |
||
Integer ( int size ) : |
||
Interval ( SqlTypeCode sqlType ) : |
||
IsPrimitive ( SqlTypeCode sqlType ) : bool | ||
IsPrimitive ( string name ) : bool | ||
Null ( ) : |
||
Null ( SqlTypeCode sqlType ) : |
||
Numeric ( ) : |
||
Numeric ( SqlTypeCode sqlType ) : |
||
Numeric ( SqlTypeCode sqlType, int precision ) : |
||
Numeric ( SqlTypeCode sqlType, int precision, int scale ) : |
||
Numeric ( int size ) : |
||
Numeric ( int size, byte scale ) : |
||
Real ( ) : |
||
Real ( int precision ) : |
||
Real ( int precision, byte scale ) : |
||
Resolve ( SqlTypeCode sqlType, string typeName ) : SqlType | ||
Resolve ( |
||
Resolve ( string typeName ) : SqlType | ||
String ( ) : |
||
String ( SqlTypeCode sqlType ) : |
||
String ( SqlTypeCode sqlType, CultureInfo locale ) : |
||
String ( SqlTypeCode sqlType, Encoding encoding ) : |
||
String ( SqlTypeCode sqlType, Encoding encoding, CultureInfo locale ) : |
||
String ( SqlTypeCode sqlType, int maxSize ) : |
||
String ( SqlTypeCode sqlType, int maxSize, CultureInfo locale ) : |
||
String ( SqlTypeCode sqlType, int maxSize, Encoding encoding ) : |
||
String ( SqlTypeCode sqlType, int maxSize, Encoding encoding, CultureInfo locale ) : |
||
Time ( ) : |
||
TimeStamp ( ) : |
||
TinyInt ( ) : |
||
TinyInt ( int size ) : |
||
VarChar ( ) : |
||
VarChar ( CultureInfo locale ) : |
||
VarChar ( Encoding encoding ) : |
||
VarChar ( Encoding encoding, CultureInfo locale ) : |
||
VarChar ( int maxSize ) : |
||
VarChar ( int maxSize, Encoding encoding ) : |
||
VarChar ( int maxSize, Encoding encoding, CultureInfo locale ) : |
||
YearToMonth ( ) : |
public static Binary ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static Binary ( SqlTypeCode sqlType, int maxSize ) : |
||
sqlType | SqlTypeCode | |
maxSize | int | |
return |
public static Binary ( int maxSize ) : |
||
maxSize | int | |
return |
public static Blob ( int maxSize ) : |
||
maxSize | int | |
return |
public static Boolean ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static Clob ( Encoding encoding ) : |
||
encoding | Encoding | |
return |
public static Clob ( Encoding encoding, int maxSize ) : |
||
encoding | Encoding | |
maxSize | int | |
return |
public static Clob ( int maxSize ) : |
||
maxSize | int | |
return |
public static DateTime ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static FromType ( |
||
type | ||
return | SqlType |
public static Integer ( int size ) : |
||
size | int | |
return |
public static Interval ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static IsPrimitive ( SqlTypeCode sqlType ) : bool | ||
sqlType | SqlTypeCode | |
return | bool |
public static IsPrimitive ( string name ) : bool | ||
name | string | |
return | bool |
public static Null ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static Numeric ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static Numeric ( SqlTypeCode sqlType, int precision ) : |
||
sqlType | SqlTypeCode | |
precision | int | |
return |
public static Numeric ( SqlTypeCode sqlType, int precision, int scale ) : |
||
sqlType | SqlTypeCode | |
precision | int | |
scale | int | |
return |
public static Numeric ( int size ) : |
||
size | int | |
return |
public static Numeric ( int size, byte scale ) : |
||
size | int | |
scale | byte | |
return |
public static Real ( int precision ) : |
||
precision | int | |
return |
public static Real ( int precision, byte scale ) : |
||
precision | int | |
scale | byte | |
return |
public static Resolve ( SqlTypeCode sqlType, string typeName ) : SqlType | ||
sqlType | SqlTypeCode | |
typeName | string | |
return | SqlType |
public static Resolve ( |
||
context | ||
return | SqlType |
public static Resolve ( string typeName ) : SqlType | ||
typeName | string | |
return | SqlType |
public static String ( SqlTypeCode sqlType ) : |
||
sqlType | SqlTypeCode | |
return |
public static String ( SqlTypeCode sqlType, CultureInfo locale ) : |
||
sqlType | SqlTypeCode | |
locale | CultureInfo | |
return |
public static String ( SqlTypeCode sqlType, Encoding encoding ) : |
||
sqlType | SqlTypeCode | |
encoding | Encoding | |
return |
public static String ( SqlTypeCode sqlType, Encoding encoding, CultureInfo locale ) : |
||
sqlType | SqlTypeCode | |
encoding | Encoding | |
locale | CultureInfo | |
return |
public static String ( SqlTypeCode sqlType, int maxSize ) : |
||
sqlType | SqlTypeCode | |
maxSize | int | |
return |
public static String ( SqlTypeCode sqlType, int maxSize, CultureInfo locale ) : |
||
sqlType | SqlTypeCode | |
maxSize | int | |
locale | CultureInfo | |
return |
public static String ( SqlTypeCode sqlType, int maxSize, Encoding encoding ) : |
||
sqlType | SqlTypeCode | |
maxSize | int | |
encoding | Encoding | |
return |
public static String ( SqlTypeCode sqlType, int maxSize, Encoding encoding, CultureInfo locale ) : |
||
sqlType | SqlTypeCode | |
maxSize | int | |
encoding | Encoding | |
locale | CultureInfo | |
return |
public static TinyInt ( int size ) : |
||
size | int | |
return |
public static VarChar ( CultureInfo locale ) : |
||
locale | CultureInfo | |
return |
public static VarChar ( Encoding encoding ) : |
||
encoding | Encoding | |
return |
public static VarChar ( Encoding encoding, CultureInfo locale ) : |
||
encoding | Encoding | |
locale | CultureInfo | |
return |
public static VarChar ( int maxSize ) : |
||
maxSize | int | |
return |
public static VarChar ( int maxSize, Encoding encoding ) : |
||
maxSize | int | |
encoding | Encoding | |
return |
public static VarChar ( int maxSize, Encoding encoding, CultureInfo locale ) : |
||
maxSize | int | |
encoding | Encoding | |
locale | CultureInfo | |
return |