pub struct DbCli {}Implementations
sourceimpl DbCli
impl DbCli
CLI definition
pub fn cmd<'a, 'b>() -> Cli<'a, 'b>
pub fn run(
cli: &ArgMatches<'_>,
config: Config,
logger: Logger
) -> ResultAnyError<()>
impl DbCli
This impl block contains no items.
1 method represents 1 CLI command
sourceimpl DbCli
impl DbCli
Helper function
pub fn fetch_snowflake_relation(
psql: Rc<RefCell<PsqlConnection>>,
psql_table_by_id: &HashMap<PsqlTableIdentity, PsqlTable>,
table: &str,
values: Vec<String>,
column: &str,
schema: &str
) -> ResultAnyError<RoseTreeNode<PsqlTableRow>>
Auto Trait Implementations
impl RefUnwindSafe for DbCli
impl Send for DbCli
impl Sync for DbCli
impl Unpin for DbCli
impl UnwindSafe for DbCli
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more