Method | Description | |
---|---|---|
OleDbSqlServerDaLayer ( |
Construct the layer. Should typically be called only by the appropriate ConnectionDescriptor.
|
Method | Description | |
---|---|---|
GetAutoType ( |
Returns the DDL for the type of an automatically incrementing column. Some databases only store autonums in one col type so baseType may be ignored.
|
|
GetByteArrayType ( ) : string |
Returns the SQL type used to store a byte array in the DB.
|
|
GetDateTimeType ( ) : string | ||
GetLongType ( ) : string |
Returns the SQL type used to store a long in the DB.
|
protected GetAutoType ( |
||
baseType | The data type of the column (nominally). | |
return | string |
public OleDbSqlServerDaLayer ( |
||
connDesc | Connection to the Firebird DB we'll be using. | |
return | System |