Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6702365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:02:44+00:00 2026-05-26T07:02:44+00:00

I have a typical crosstab query with static parameters. It works fine with createStatement

  • 0

I have a typical crosstab query with static parameters. It works fine with createStatement. I want to use preparestatement to query instead.

String query = "SELECT * FROM crosstab(
    'SELECT rowid, a_name, value 
    FROM test WHERE a_name = ''att2'' 
                OR a_name = ''att3''
    ORDER BY 1,2'
) AS ct(row_name text, category_1 text, category_2 text, category_3 text);";
PreparedStatement stat = conn.prepareStatement(query);
ResultSet rs = stat.getResultSet();

stat.executeQuery(query);
rs = stat.getResultSet();

while (rs.next()) {
    //TODO
}

But it does not seem to work.

I get a PSQLException –

Can’t use query methods that take a query string on a PreparedStatement.

Any ideas what I am missing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:02:44+00:00Added an answer on May 26, 2026 at 7:02 am

    You have fallen for the confusing type hierarchy of PreparedStatement extends Statement:

    PreparedStatement has the same execute*(String) methods like Statement, but they’re not supposed to be used, just use the parameterless execute*() methods of PreparedStatement — you already have given the actual query string to execute using conn.prepareStatement().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a typical User model (username, password, name, etc). I want to allow
I have the typical HTML "contact me" page, i.e. name, e-mail address and message.
I have a typical pom.xml, and want to print the groupId, artifactId and version,
I have a typical SQL Server hierarchical query: WITH bhp AS ( SELECT name,
I have a typical javascript function with some parameters my_function = function(content, options) {
I have an typical CUSTOMER/ORDERS set of tables and I want to display the
I have typical login screen. I was able to use imeOptions to allow user
I have a typical database query: $query = mysql_query('SELECT titulo,referencia FROM cursos WHERE tipo=1
I have a typical nested tree model and I want to build an array
So I have typical 1:M relationship: Car can have many Models I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.