#[unsafe(no_mangle)]pub unsafe extern "system" fn Java_sz_1orm_1java_SzOrmPool_execute<'local>(
unowned_env: EnvUnowned<'local>,
_class: JClass<'local>,
handle: jlong,
sql: JString<'local>,
) -> jlongExpand description
JNI entry: Execute write statement, return affected row count (-1 indicates failure)
ยงSafety
SAFETY: handle must be a valid handle returned by poolNew, and not freed by poolFree;
sql must be a valid JString passed from JNI.