Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Data Structures | Variables
IO.php File Reference

Go to the source code of this file.

Data Structures

class  Dataface_IO

Variables

const Dataface_IO_READ_ERROR = 1001
const Dataface_IO_WRITE_ERROR = 1002
const Dataface_IO_NOT_FOUND_ERROR = 1003
const Dataface_IO_TOO_MANY_ROWS = 1004
const Dataface_IO_NO_TABLES_SELECTED = 1005
const MYSQL_ER_DUP_KEY = 1022
const MYSQL_ER_DUP_ENTRY = 1062
const MYSQL_ER_ROW_IS_REFERENCED = 1217
const MYSQL_ER_ROW_IS_REFERENCED_2 = 1451
const MYSQL_ER_NO_REFERENCED_ROW = 1216
const MYSQL_ER_NO_REFERENCED_ROW_2 = 1452

Variable Documentation

const Dataface_IO_NO_TABLES_SELECTED = 1005

Definition at line 47 of file IO.php.

const Dataface_IO_NOT_FOUND_ERROR = 1003

Definition at line 45 of file IO.php.

const Dataface_IO_READ_ERROR = 1001

Definition at line 43 of file IO.php.

const Dataface_IO_TOO_MANY_ROWS = 1004

Definition at line 46 of file IO.php.

const Dataface_IO_WRITE_ERROR = 1002

Definition at line 44 of file IO.php.

const MYSQL_ER_DUP_ENTRY = 1062

Definition at line 49 of file IO.php.

const MYSQL_ER_DUP_KEY = 1022

Definition at line 48 of file IO.php.

const MYSQL_ER_NO_REFERENCED_ROW = 1216

Definition at line 52 of file IO.php.

const MYSQL_ER_NO_REFERENCED_ROW_2 = 1452

Definition at line 53 of file IO.php.

const MYSQL_ER_ROW_IS_REFERENCED = 1217

Definition at line 50 of file IO.php.

const MYSQL_ER_ROW_IS_REFERENCED_2 = 1451

Definition at line 51 of file IO.php.