Jump to content

Pasing a HashMap of variables previosly Ordened


jaumeg

Recommended Posts

Hi all,

 

I have a doubt and I'll appreciatte any help.

 

I have to Select from various Sql Tables and I have to Order an sql result variable with the Last two digits, so I can not do it with a Standard SQL Sentence. I have to make a program that with the result of this select, substring this variable and then create another one with only two digits, etc etc,..

 

Well, my questions are :

 

Can I pass an ArrayList (LinkedHashMap) for example to the fillreport or I need always to pass the sql Sentence and the connection ?

 

Can I create a LinkedHashMap (Ordened fields) and pass it to the JasperFillManager.fillReport ?

 

is It possible to pass the result of a Select without passing the Connection to the JasperFillManager.fillReport ? What I mean is that I need to do some extra programings after passing the parameter to the Jasper Engine.

 

Sorry for my English.

 

Thank you in advance for your help..

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...