AndOr

Relationship with the previous condition

Sintaxe

namespace ProtocolLive\PhpLiveDb\Enums;

/**
 * @version 2024.02.22.00
 */
enum AndOr{
case And;
case Or;
}
See more

- Select::WhereAdd

- Update::WhereAdd