DOC

cn.vonce : vonce-sqlbean-android

Maven & Gradle

Aug 22, 2023
9 stars

vonce-sqlbean-android · This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

Table Of Contents

Latest Version

Download cn.vonce : vonce-sqlbean-android Javadoc & API Documentation - Latest Versions:

All Versions

Download cn.vonce : vonce-sqlbean-android Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file vonce-sqlbean-android-1.2.0-beta9-javadoc.jar to vonce-sqlbean-android-1.2.0-beta9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder vonce-sqlbean-android-1.2.0-beta9-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "vonce-sqlbean-android-1.2.0-beta9-sources.jar" -d "vonce-sqlbean-android-1.2.0-beta9-javadoc" -subpackages