Class:SchemaException - Superclass: Doctrine Doctrine
⌊ SchemaException
public class SchemaException
extends Doctrine
Field Summary | |
---|---|
final int | |
final int | |
final int | |
final int | |
final int | |
final int | |
final int | |
final int | |
final int | |
final int |
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) |
public final int COLUMN_ALREADY_EXISTS = 40
public final int COLUMN_DOESNT_EXIST = 30
public final int FOREIGNKEY_DOESNT_EXIST = 100
public final int INDEX_ALREADY_EXISTS = 60
public final int INDEX_DOESNT_EXIST = 50
public final int INDEX_INVALID_NAME = 90
public final int SEQUENCE_ALREADY_EXISTS = 80
public final int SEQUENCE_DOENST_EXIST = 70
public final int TABLE_ALREADY_EXISTS = 20
public final int TABLE_DOESNT_EXIST = 10
public static void alterTableChangeNotSupported(mixed changeName)
public static SchemaException columnAlreadyExists(string tableName, string columnName)
public static SchemaException columnDoesNotExist(string columnName)
public static SchemaException foreignKeyDoesNotExist(string fkName)
public static SchemaException indexAlreadyExists(string indexName)
public static SchemaException indexDoesNotExist(string indexName)
public static SchemaException indexNameInvalid(string indexName)
public static void namedForeignKeyRequired(mixed localTable, mixed foreignKey)
public static SchemaException sequenceAlreadyExists(string sequenceName)
public static SchemaException sequenceDoesNotExist(string sequenceName)
public static SchemaException tableAlreadyExists(string tableName)
public static SchemaException tableDoesNotExist(string tableName)