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