interface TableNameWithSchema {
    delimiter?: string;
    schema?: string;
    tableName: string;
}

Properties

delimiter?: string
schema?: string
tableName: string