C# Class Deveel.Data.Sql.Tables.DropColumnViolationException

Inheritance: Deveel.Data.Sql.Tables.ConstraintViolationException
Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
DropColumnViolationException ( ObjectName tableName, string columnName, string constraintName, ObjectName linkedTableName ) : System
FormatMessage ( ObjectName tableName, string columnName, string constraintName, ObjectName linkedTableName ) : string