line |
!l |
l&&!r |
l&&r |
condition |
582
|
0 |
0 |
0 |
$ThisObject && $ThisHash |
604
|
0 |
0 |
0 |
$TiedHash && tied(%$TiedHash)->{'_CacheHash'} |
792
|
0 |
0 |
0 |
$$this{'_CacheHash'} and not $All |
|
0 |
0 |
0 |
$$this{'_CacheHash'} and not $All and not $NoCache |
804
|
0 |
0 |
0 |
$sth = $dbh->prepare("SELECT $SelectClause FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE $WhereClause $$this{'FixedKeyValsWhereClause'} ORDER BY $$this{'KeyField'}") and $sth->execute |
877
|
0 |
0 |
0 |
$sth = $dbh->prepare("SELECT $$this{'KeyField'} FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE $$this{'KeyField'} = '${KeyName}' $$this{'FixedKeyValsWhereClause'}") and $sth->execute |
893
|
0 |
0 |
0 |
$sth = $dbh->prepare("UPDATE $$this{'TableName'} SET $UpdateFieldsEqualValues \n\t\t\t\t\t\t WHERE $$this{'KeyField'} = '${KeyName}' $$this{'FixedKeyValsWhereClause'}") and $sth->execute |
908
|
0 |
0 |
0 |
$sth = $dbh->prepare("INSERT INTO $$this{'TableName'} ($$this{'KeyField'}, $InsertFieldNames $$this{'FixedKeyValsKeyList'}) \n\t\t\t\t\t\t\t\t\t\t\t VALUES ('${KeyName}', $InsertValueNames $$this{'FixedKeyValsValueList'})") and $sth->execute |
940
|
0 |
0 |
0 |
$sth = $dbh->prepare("SELECT $$this{'KeyField'} FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE $$this{'KeyField'} = '${KeyName}' $$this{'FixedKeyValsWhereClause'}") and $sth->execute |
967
|
0 |
0 |
0 |
$sth = $dbh->prepare("DELETE FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE $$this{'KeyField'} = '${KeyName}' $$this{'FixedKeyValsWhereClause'}") and $sth->execute |
991
|
0 |
0 |
0 |
$sth = $dbh->prepare("DELETE FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE 1 $$this{'FixedKeyValsWhereClause'}") and $sth->execute |
1026
|
0 |
0 |
0 |
$$this{'_CacheHash'} and $$this{'CacheMode'} eq 'CacheOneTime' |
1035
|
0 |
0 |
0 |
defined $$this{'CacheMode'} and $$this{'CacheMode'} ne 'CacheNone' |
1048
|
0 |
0 |
0 |
$sth = $dbh->prepare("SELECT $$this{'KeyField'} FROM $$this{'TableName'} \n\t\t\t\t\t\t\t\t\t WHERE 1 $$this{'FixedKeyValsWhereClause'} ORDER BY $$this{'KeyField'}") and $sth->execute |
1064
|
0 |
0 |
0 |
defined $$this{'CacheMode'} and $$this{'CacheMode'} ne 'CacheNone' |
1204
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1205
|
0 |
0 |
0 |
defined $Fields and $Fields |
|
0 |
0 |
0 |
defined $Fields and $Fields and keys %$Fields |
1247
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1248
|
0 |
0 |
0 |
defined $SearchFields and $SearchFields |
|
0 |
0 |
0 |
defined $SearchFields and $SearchFields and keys %$SearchFields |
1249
|
0 |
0 |
0 |
defined $ReplaceFields and $ReplaceFields |
|
0 |
0 |
0 |
defined $ReplaceFields and $ReplaceFields and keys %$ReplaceFields |
1277
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1288
|
0 |
0 |
0 |
$sth = $dbh->prepare($QueryString) and $sth->execute |
1318
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1325
|
0 |
0 |
0 |
$sth = $dbh->prepare("select * from $TableName $WhereClause") and $sth->execute |
1355
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1362
|
0 |
0 |
0 |
$sth = $dbh->prepare("delete from $TableName $WhereClause") and $sth->execute |
1386
|
0 |
0 |
0 |
defined $TableName and length $TableName |
1391
|
0 |
0 |
0 |
$JoinTable && $JoinFields && @{$JoinFields ||= [];} |
1407
|
0 |
0 |
0 |
$sth = $dbh->prepare($Query) and $sth->execute |