1 write to _sqlstatement
System.Data.Odbc (1)
System\Data\Odbc\OdbcUtils.cs (1)
363
_sqlstatement
= text;
15 references to _sqlstatement
System.Data.Odbc (15)
System\Data\Odbc\OdbcUtils.cs (15)
390
while ((_idx < _len) && char.IsWhiteSpace(
_sqlstatement
[_idx]))
409
if (IsValidNameChar(
_sqlstatement
[curidx]))
411
while ((curidx < _len) && IsValidNameChar(
_sqlstatement
[curidx]))
413
_token.Append(
_sqlstatement
[curidx]);
419
char currentchar =
_sqlstatement
[curidx];
456
Debug.Assert((
_sqlstatement
[curidx] == '['), "GetTokenFromQuote: character at starting position must be same as quotechar");
459
_token.Append(
_sqlstatement
[curidx]);
461
if (
_sqlstatement
[curidx - 1] == ']')
473
Debug.Assert((
_sqlstatement
[curidx] == _quote), "GetTokenFromQuote: character at starting position must be same as quotechar");
478
_token.Append(
_sqlstatement
[localidx]); // append current character to token
479
if (
_sqlstatement
[localidx] == _quote)
483
if (
_sqlstatement
[localidx - 1] != _escape)
487
if (
_sqlstatement
[localidx + 1] != _quote)
534
while ((tempidx < _len) && char.IsWhiteSpace(
_sqlstatement
[tempidx]))
543
if (0 == string.Compare(
_sqlstatement
, tempidx, tokenString, 0, tokenString.Length, StringComparison.OrdinalIgnoreCase))