[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PreparedStatment vs. CallableStatement
- To: <mckoidb@xxxxxxxxx>
- Subject: PreparedStatment vs. CallableStatement
- From: "Daniel Robinson (Contractor)" <drobinson@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 19 Dec 2003 15:33:43 -0500
- Delivered-To: mailing list mckoidb@mckoi.com
- Mailing-List: contact mckoidb-help@mckoi.com; run by ezmlm
- Thread-Index: AcPGb2UWChB0oc0wR86N2BDhP69nrw==
- Thread-Topic: PreparedStatment vs. CallableStatement
Title: PreparedStatment vs. CallableStatement
I'm reading the docs in the java.sql package and trying to determine if I should be using PreparedStatements or CallableStatements. I'm more or less wrapping a table row with a java object, and there are a lot of "get" and "set" methods. Which is faster and what are the pro's and con's of each? Recommendations?
Thanks,
Dan