コード例 #1
0
ファイル: select.php プロジェクト: D4rk4/Kusaba-z
 function isNotNull($field)
 {
     $this->query->isNotNull($field);
     return $this;
 }