DatabaseSchema: ezcDbSchemaSqliteDropFieldException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDbSchemaSqliteDropFieldException
|
Exception that is thrown if SQLite drop field operation failed for some table. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcDbSchemaException
|
--ezcDbSchemaSqliteDropFieldException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcDbSchemaSqliteDropFieldException |
__construct(
$message )
Constructs an ezcDbSchemaSqliteDropFieldException |
Inherited Methods
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcDbSchemaSqliteDropFieldException __construct(
string
$message )
Constructs an ezcDbSchemaSqliteDropFieldException
Parameters
| Name |
Type |
Description |
$message |
string |
reason of fail. |
Redefinition of
Last updated: Mon, 21 Dec 2009