Disposes this statement and frees allocated resources. If the statement's handle is cached, it is returned to the connection's cache and can be reused by later calls to prepare Calling this method on an already disposed instance has no effect. After SQLiteStatement instance is disposed, it is no longer usable and holds no references to its originating connection or SQLite database.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.