Lines Matching defs:ts
42 protected $ts = 0;
54 * @param int $ts The timestamp for when this schema was valid, 0 for current
56 public function __construct($table, $ts = 0)
68 $this->ts = $ts;
71 if ($ts) {
75 AND ts <= ?
76 ORDER BY ts DESC
78 $opt = [$table, $ts];
83 ORDER BY ts DESC
94 $this->ts = $result['ts'];
232 $this->ts = 0;
264 return $this->ts;