Trait quackdb_internal::conversion::AppendParam
source · pub unsafe trait AppendParam {
// Required method
unsafe fn append_param_unchecked(
self,
appender: duckdb_appender
) -> Result<(), String>;
}
Required Methods§
sourceunsafe fn append_param_unchecked(
self,
appender: duckdb_appender
) -> Result<(), String>
unsafe fn append_param_unchecked( self, appender: duckdb_appender ) -> Result<(), String>
Safety
Does not need to check whether the type is correct