Posts by Diego • 11 points
4 posts
-
0
votes1
answer45
viewsQ: Error while searching for date greater than 1 year DATADIFF() and DATAADD() function
Hello I need to perform a select in a database where the dataCompra is longer than one year. But I need to use a clause in my Where and when I try to use the function DATEDIFF() and DATEADD() so it…
-
-3
votes2
answers112
viewsQ: Problem when trying to add an array of objects within another java array
Hello I have a list of Notes objects and need to save them in xml files. I am trying to convert this list to arrays to add them to the xml file. However I am not able to do the conversion correctly,…
-
-1
votes1
answer64
viewsQ: Print class list attribute in xml
How can I generate an xml file in java, from a class that receives an Arraylist as attribute. I am not able to access the indexes of this Arraylist at the time of passing to the string that will be…
-
1
votes1
answer90
viewsQ: Generate constant tags using Xstream in Java
Hello I need to generate an xml with uppercase tags that would necessarily have to be final attributes in the model class to generate xml. To do this, I’m trying to use the Java Xstream API. However…