Interface PdoPostgresAffectingData

interface PdoPostgresAffectingData {
    command: string;
}

Hierarchy

  • PdoAffectingData
    • PdoPostgresAffectingData

Properties

Properties

command: string