CDynamicAccessor::GetLength
擷取指定資料行的長度。
bool GetLength(
DBORDINAL nColumn,
DBLENGTH* pLength
) const throw( );
bool GetLength(
const CHAR* pColumnName,
DBLENGTH* pLength
) const throw( );
bool GetLength(
const WCHAR* pColumnName,
DBLENGTH* pLength
) const throw( );
參數
nColumn
[in]資料行數目。 資料行編號從 1 開始。 值為 0 參照到書籤資料行中,如果有的話。pColumnName
[in]要包含的資料行名稱的字元字串變數的指標。pLength
[] out為包含資料行,以位元組為單位的長度的整數變數的指標。
傳回值
傳回 ,則為 true 如果找不到指定的資料行。 否則,這個函式會傳回 ,則為 false。
備註
第一個覆寫所需的資料行編號,第二個和第三個覆寫需要資料行名稱以 ANSI 或 Unicode 格式,分別。
需求
標頭: atldbcli.h