for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helix\DB\SQL;
/**
* Represents a value expression. Produces various transformations.
*/
class Value extends Expression implements ValueInterface {
use ComparisonTrait;
use AggregateTrait;
}