pub type DeleteElement = AddElement;Aliased Type§
pub struct DeleteElement {
pub family: String,
pub table: String,
pub name: String,
pub elem: Option<Vec<Expression>>,
}Fields§
§family: String§table: String§name: String§elem: Option<Vec<Expression>>