Inserts a row at the specified index with the specified values. It won't work if there is a spatial index
@param values Values of the inserted row fields in the field order
@param index index where the row will be inserted. No data is lost.
@throws DriverException if the row could not be inserted
@throws UnsupportedOperationException If there is a spatial index
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.