Author Archives: admin

Conversion ResultSet to ArrayList

For the conversion is necessary to have a data class (in this case User). We use while loop in this case. Every iteration we create a new object and insert data to them. After that we insert the object into … Continue reading

Posted in Java | Leave a comment

Conversion QString to Char*

Very simple example:

Posted in C/C++ | Leave a comment

Insert ArrayList to another ArrayList

To insert an ArrayList to another ArrayList will be initialized just use a common structure:

Posted in Java | Leave a comment