#[unsafe(no_mangle)]pub extern "system" fn Java_sz_1orm_1java_SzOrmPool_modelFindTx<'local>(
unowned_env: EnvUnowned<'local>,
_class: JClass<'local>,
tx_handle: jlong,
table: JString<'local>,
where_clause: JString<'local>,
where_params_json: JString<'local>,
) -> jstringExpand description
JNI entry: Query row in transaction, return JSON row array string (empty string on failure)