// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-sql-NClob"))]
__jni_bindgen! {
/// public interface [NClob](https://developer.android.com/reference/java/sql/NClob.html)
///
/// Required feature: "java-sql-NClob"
public interface NClob ("java/sql/NClob") extends crate::java::lang::Object, implements crate::java::sql::Clob {
}
}