Struct pbni::Arguments[][src]

pub struct Arguments<'args> { /* fields omitted */ }
Expand description

过程调用参数列表对象的引用,此对象可以添加参数

Examples

ci.args.add_long(123);
ci.args.add_long(None); //添加NULL值

Implementations

获取引用对象

参数数量

获取参数值

Panics

索引越界时会触发Panic

尝试获取参数值

添加int类型参数

添加uint类型参数

添加long类型参数

添加ulong类型参数

添加longlong类型参数

添加real类型参数

添加double类型参数

添加decimal类型参数

添加string类型参数

添加boolean类型参数

添加blob类型参数

添加date类型参数

添加time类型参数

添加datetime类型参数

添加char类型参数

添加对象类型参数

添加数组类型参数

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.