dbtype() 추상적인 공개 메소드

Return database type
abstract public dbtype ( ) : string
리턴 string
예제 #1
0
 function dbtype()
 {
     return $this->mapper->dbtype();
 }