4 instantiations of SQLLEN
System.Data.Odbc (4)
System\Data\Odbc\OdbcStatementHandle.cs (4)
30
return new
SQLLEN
(value);
35
return new
SQLLEN
(value);
110
numericAttribute = new
SQLLEN
(result);
259
rowCount = new
SQLLEN
(result);
14 references to SQLLEN
System.Data.Odbc (14)
System\Data\Odbc\OdbcDataReader.cs (8)
230
SQLLEN
isHidden = GetColAttribute(i, (ODBC32.SQL_DESC)ODBC32.SQL_CA_SS.COLUMN_HIDDEN, (ODBC32.SQL_COLUMN)(-1), ODBC32.HANDLER.IGNORE);
257
private
SQLLEN
GetRowCount()
261
SQLLEN
cRowsAffected;
1531
private
SQLLEN
GetColAttribute(int iColumn, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER handler)
1533
SQLLEN
numericAttribute;
1885
SQLLEN
cRowsAffected;
1914
SQLLEN
cRowsAffected;
2954
internal
SQLLEN
size;
System\Data\Odbc\OdbcStatementHandle.cs (6)
28
public static implicit operator
SQLLEN
(int value)
33
public static explicit operator
SQLLEN
(long value)
38
public static implicit operator int(
SQLLEN
value)
43
public static explicit operator long(
SQLLEN
value)
106
internal ODBC32.SQLRETURN ColumnAttribute(int columnNumber, short fieldIdentifier, CNativeBuffer characterAttribute, out short stringLength, out
SQLLEN
numericAttribute)
255
internal ODBC32.SQLRETURN RowCount(out
SQLLEN
rowCount)