C# Класс Azavea.Open.DAO.OleDb.OleDbSqlServerDaLayer

Implements a FastDao layer customized for PostGreSQL (optionally with PostGIS installed).
Наследование: Azavea.Open.DAO.SQL.SqlDaDdlLayer
Показать файл Открыть проект

Открытые методы

Метод Описание
OleDbSqlServerDaLayer ( OleDbDescriptor connDesc ) : System

Construct the layer. Should typically be called only by the appropriate ConnectionDescriptor.

Защищенные методы

Метод Описание
GetAutoType ( Type baseType ) : string

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.

Описание методов

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.
protected GetAutoType ( Type baseType ) : string
baseType System.Type The data type of the column (nominally).
Результат string

GetByteArrayType() защищенный Метод

Returns the SQL type used to store a byte array in the DB.
protected GetByteArrayType ( ) : string
Результат string

GetDateTimeType() защищенный Метод

protected GetDateTimeType ( ) : string
Результат string

GetLongType() защищенный Метод

Returns the SQL type used to store a long in the DB.
protected GetLongType ( ) : string
Результат string

OleDbSqlServerDaLayer() публичный Метод

Construct the layer. Should typically be called only by the appropriate ConnectionDescriptor.
public OleDbSqlServerDaLayer ( OleDbDescriptor connDesc ) : System
connDesc OleDbDescriptor Connection to the Firebird DB we'll be using.
Результат System