,
$db->insertID() //데이터베이스 삽입을 수행할 때 삽입 ID 번호
$db->affectedRows() //“쓰기” 유형 쿼리를 수행할 때 영향을 받는 행의 갯수
$db->getLastQuery() //마지막으로 실행 된 쿼리 개체
$db->countAll() //특정 테이블 행의 수
echo $db->table('my_table')->countAll();
$db->countAllResults() //특정 결과의 행 수
echo $db->table('my_table')->countAllResults();
$db->getPlatform() //실행중인 데이터베이스 플랫폼
echo $db->getPlatform();
$db->getVersion() //실행중인 데이터베이스 버전
echo $db->getVersion();
[Codeigniter]Model 모델 액세스 (0) | 2020.11.27 |
---|---|
[Codeigniter]Array 헬퍼 (0) | 2020.11.26 |
[Codeigniter]Database Connection (0) | 2020.11.24 |
[Codeigniter]Database (0) | 2020.11.23 |
[Bootstrap]Spinner (0) | 2020.11.12 |