1 write to _token
System.Data.Odbc (1)
System\Data\Odbc\OdbcUtils.cs (1)
360
_token
= new StringBuilder();
11 references to _token
System.Data.Odbc (11)
System\Data\Odbc\OdbcUtils.cs (11)
384
if (
_token
.Length != 0)
386
_idx +=
_token
.Length; // proceed the internal marker (_idx) behind the token
387
_token
.Remove(0,
_token
.Length); // and start over with a fresh token
413
_token
.Append(_sqlstatement[curidx]);
439
_token
.Append(currentchar);
442
_token
.Append(currentchar);
451
return (
_token
.Length > 0) ?
_token
.ToString() : string.Empty;
459
_token
.Append(_sqlstatement[curidx]);
478
_token
.Append(_sqlstatement[localidx]); // append current character to token