Home
last modified time | relevance | path

Searched refs:v2FieldId (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbcDataReader.cs1343 …tColAttribute(int iColumn, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER … in GetColAttribute() argument
1358 else if (v2FieldId != (ODBC32.SQL_COLUMN)(-1)) { in GetColAttribute()
1359 …retcode = stmt.ColumnAttribute(iColumn+1, (short)v2FieldId, Buffer, out cchNameLength, out numeric… in GetColAttribute()
1368 Connection.FlagUnsupportedColAttr(v3FieldId, v2FieldId); in GetColAttribute()
1388 … GetColAttributeStr(int i, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER … in GetColAttributeStr() argument
1405 else if (v2FieldId != (ODBC32.SQL_COLUMN)(-1)) { in GetColAttributeStr()
1406 …retcode = stmt.ColumnAttribute(i+1, (short)v2FieldId, buffer, out cchNameLength, out numericAttrib… in GetColAttributeStr()
1415 Connection.FlagUnsupportedColAttr(v3FieldId, v2FieldId); in GetColAttributeStr()
H A DOdbcConnection.cs652 … internal void FlagUnsupportedColAttr (ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId) { in FlagUnsupportedColAttr() argument
666 switch ( v2FieldId) { in FlagUnsupportedColAttr()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcDataReader.cs1553 …tColAttribute(int iColumn, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER … in GetColAttribute() argument
1571 else if (v2FieldId != (ODBC32.SQL_COLUMN)(-1)) in GetColAttribute()
1573 …retcode = stmt.ColumnAttribute(iColumn + 1, (short)v2FieldId, Buffer, out cchNameLength, out numer… in GetColAttribute()
1585 Connection.FlagUnsupportedColAttr(v3FieldId, v2FieldId); in GetColAttribute()
1606 … GetColAttributeStr(int i, ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId, ODBC32.HANDLER … in GetColAttributeStr() argument
1626 else if (v2FieldId != (ODBC32.SQL_COLUMN)(-1)) in GetColAttributeStr()
1628 …retcode = stmt.ColumnAttribute(i + 1, (short)v2FieldId, buffer, out cchNameLength, out numericAttr… in GetColAttributeStr()
1640 Connection.FlagUnsupportedColAttr(v3FieldId, v2FieldId); in GetColAttributeStr()
H A DOdbcConnection.cs751 internal void FlagUnsupportedColAttr(ODBC32.SQL_DESC v3FieldId, ODBC32.SQL_COLUMN v2FieldId) in FlagUnsupportedColAttr() argument
769 switch (v2FieldId) in FlagUnsupportedColAttr()