Doctrine


Doctrine\DBAL\Schema\SchemaException
/Doctrine/DBAL/Schema/SchemaException.php at line 5

Class SchemaException

Class:SchemaException - Superclass: Doctrine
Doctrine
⌊ SchemaException

public class SchemaException
extends Doctrine


Field Summary
final int

COLUMN_ALREADY_EXISTS

final int

COLUMN_DOESNT_EXIST

final int

FOREIGNKEY_DOESNT_EXIST

final int

INDEX_ALREADY_EXISTS

final int

INDEX_DOESNT_EXIST

final int

INDEX_INVALID_NAME

final int

SEQUENCE_ALREADY_EXISTS

final int

SEQUENCE_DOENST_EXIST

final int

TABLE_ALREADY_EXISTS

final int

TABLE_DOESNT_EXIST

Method Summary
static void

alterTableChangeNotSupported(mixed changeName)

static SchemaException

columnAlreadyExists(string tableName, string columnName)

static SchemaException

columnDoesNotExist(string columnName)

static SchemaException

foreignKeyDoesNotExist(string fkName)

static SchemaException

indexAlreadyExists(string indexName)

static SchemaException

indexDoesNotExist(string indexName)

static SchemaException

indexNameInvalid(string indexName)

static void

namedForeignKeyRequired(mixed localTable, mixed foreignKey)

static SchemaException

sequenceAlreadyExists(string sequenceName)

static SchemaException

sequenceDoesNotExist(string sequenceName)

static SchemaException

tableAlreadyExists(string tableName)

static SchemaException

tableDoesNotExist(string tableName)

Field Detail

/Doctrine/DBAL/Schema/SchemaException.php at line 10

COLUMN_ALREADY_EXISTS

public final int COLUMN_ALREADY_EXISTS = 40

/Doctrine/DBAL/Schema/SchemaException.php at line 9

COLUMN_DOESNT_EXIST

public final int COLUMN_DOESNT_EXIST = 30

/Doctrine/DBAL/Schema/SchemaException.php at line 16

FOREIGNKEY_DOESNT_EXIST

public final int FOREIGNKEY_DOESNT_EXIST = 100

/Doctrine/DBAL/Schema/SchemaException.php at line 12

INDEX_ALREADY_EXISTS

public final int INDEX_ALREADY_EXISTS = 60

/Doctrine/DBAL/Schema/SchemaException.php at line 11

INDEX_DOESNT_EXIST

public final int INDEX_DOESNT_EXIST = 50

/Doctrine/DBAL/Schema/SchemaException.php at line 15

INDEX_INVALID_NAME

public final int INDEX_INVALID_NAME = 90

/Doctrine/DBAL/Schema/SchemaException.php at line 14

SEQUENCE_ALREADY_EXISTS

public final int SEQUENCE_ALREADY_EXISTS = 80

/Doctrine/DBAL/Schema/SchemaException.php at line 13

SEQUENCE_DOENST_EXIST

public final int SEQUENCE_DOENST_EXIST = 70

/Doctrine/DBAL/Schema/SchemaException.php at line 8

TABLE_ALREADY_EXISTS

public final int TABLE_ALREADY_EXISTS = 20

/Doctrine/DBAL/Schema/SchemaException.php at line 7

TABLE_DOESNT_EXIST

public final int TABLE_DOESNT_EXIST = 10

Method Detail

/Doctrine/DBAL/Schema/SchemaException.php at line 123

alterTableChangeNotSupported

public static void alterTableChangeNotSupported(mixed changeName)

/Doctrine/DBAL/Schema/SchemaException.php at line 79

columnAlreadyExists

public static SchemaException columnAlreadyExists(string tableName, string columnName)


/Doctrine/DBAL/Schema/SchemaException.php at line 58

columnDoesNotExist

public static SchemaException columnDoesNotExist(string columnName)


/Doctrine/DBAL/Schema/SchemaException.php at line 108

foreignKeyDoesNotExist

public static SchemaException foreignKeyDoesNotExist(string fkName)


/Doctrine/DBAL/Schema/SchemaException.php at line 49

indexAlreadyExists

public static SchemaException indexAlreadyExists(string indexName)


/Doctrine/DBAL/Schema/SchemaException.php at line 40

indexDoesNotExist

public static SchemaException indexDoesNotExist(string indexName)


/Doctrine/DBAL/Schema/SchemaException.php at line 31

indexNameInvalid

public static SchemaException indexNameInvalid(string indexName)


/Doctrine/DBAL/Schema/SchemaException.php at line 113

namedForeignKeyRequired

public static void namedForeignKeyRequired(mixed localTable, mixed foreignKey)

/Doctrine/DBAL/Schema/SchemaException.php at line 90

sequenceAlreadyExists

public static SchemaException sequenceAlreadyExists(string sequenceName)


/Doctrine/DBAL/Schema/SchemaException.php at line 99

sequenceDoesNotExist

public static SchemaException sequenceDoesNotExist(string sequenceName)


/Doctrine/DBAL/Schema/SchemaException.php at line 68

tableAlreadyExists

public static SchemaException tableAlreadyExists(string tableName)


/Doctrine/DBAL/Schema/SchemaException.php at line 22

tableDoesNotExist

public static SchemaException tableDoesNotExist(string tableName)


Doctrine