- update because of subversion checkin (keyword change)

- Class.DB.IO: add read method for db schema
This commit is contained in:
Clemens Schwaighofer
2014-01-08 13:20:39 +09:00
parent 7093d2bba4
commit d688499aee
5 changed files with 24 additions and 15 deletions

View File

@@ -790,6 +790,15 @@
return $this->db_exec($q);
}
// METHOD db_get_schema
// PARAMS none
// RETURN db_schema current set
// DESC returns the current set db schema
public function db_get_schema()
{
return $this->db_schema;
}
// METHOD db_set_encoding
// PARAMS valid encoding name, so the the data gets converted to this encoding
// RETURN false, or true of db exec encoding set