What is the return type of execute mehtod in jdbc

What is the return type of execute mehtod in jdbc

View Answers

March 17, 2009 at 1:32 AM

Hi friend,


It returns boolean :
true if the first result is a ResultSet object; false if it is an update count or there are no results

Thanks









Related Tutorials/Questions & Answers:
What is the return type of execute mehtod in jdbc - Java Beginners
What is the return type of execute mehtod in jdbc  Hi Deepak, u.... " String s="raja" , Here return type of s is string. My interview asked wat is return type of execute() in jdbc . should
What is the return type of the main method?
What is the return type of the main method?  hi, What is the return type of the main method? thanks   Hi, In the java programming the Main() method doesn't return anything hence declared void. In Java, you need
Advertisements
What it will return ..... ?
What it will return ..... ?   import java.util.*; public class Name { private final String first, last; public Name(String first, String last...) { if (!(o instanceof Name)) return false; Name n = (Name)o; return n.first.equals
JDBC Execute Update Example
JDBC Execute Update Example       JDBC Execute Update query is used to modify or return you an integer value specify... a simple example from JDBC Execute update Example. In this Tutorial we want
steps required to execute a query in JDBC
steps required to execute a query in JDBC  What are the steps required to execute a query in JDBC
fastest type of JDBC driver
fastest type of JDBC driver  What is the fastest type of JDBC driver
Interview question - JDBC
Interview question   Hi Friends, What is the return type of execute mehtod in jdbc .Thanks  Hi Rajendra, Whatever it may be the statement type, like java.sql.Statement
Fastest type of JDBC Driver
Fastest type of JDBC Driver  hello, What is the fastest type of JDBC driver?   hii,ADS_TO_REPLACE_1 Type 4 is the fastest JDBC driver
What is JDBC?
What is JDBC?  What is JDBC
What is mime type in HTML
What is mime type in HTML  what is mime type in html? is it different in new HTML5
What is mime type in HTML
What is mime type in HTML  what is mime type in html? is it different in new HTML5
type 4 drivers - JDBC
type 4 drivers  Hi! What is the syntax for Type - 4 drivers. give me any sample code. Thanks in advance..  Hi Friend, Please visit the following link: http://www.roseindia.net/jdbc/jdbc-driver-and-its
java method return type : - Java Beginners
java method return type :  i have one question regarding methods,,, if we create a method with return type as class name (public employee addemp(int,int))what should be its return type.....and if any know this pls explain
What is JDBC?
What is JDBC?  hello, What is JDBC?   hello,ADS_TO_REPLACE_1 JDBC technology is an API (included in both J2SE and J2EE releases... to other tabular data sources, such as spreadsheets or flat files. With a JDBC
JDBC Execute Query
JDBC Execute Query       The  Execute Query in JDBC retrieve the elements from a database. In this Tutorial we want to describe you a code that helps you to understand JDBC Execute Query
JDBC Execute Statement
JDBC Execute Statement       JDBC Execute Statement is used to execute SQL Statement, The Execute... a database. In this Tutorial, the code illustrates an example from JDBC Execute
type 4 jdbc driver
type 4 jdbc driver   i read in this site that type 4 jdbc driver is the fastest one so used it to connect with the database.......but not tried another drivers,....can u specifically answer me why type 4 is the fastest one
ModuleNotFoundError: No module named 'airflow-jdbc-xcom-return'
ModuleNotFoundError: No module named 'airflow-jdbc-xcom-return'  Hi...: No module named 'airflow-jdbc-xcom-return' How to remove the ModuleNotFoundError: No module named 'airflow-jdbc-xcom-return' error? Thanks  
What type of inheritance that php supports?
What type of inheritance that php supports?  What type of inheritance that php supports
what are the steps in jdbc?
what are the steps in jdbc?  what are the steps in jdbc
What is JDBC Driver ?
What is JDBC Driver ?  What is JDBC Driver
What type of programming language is Java?
What type of programming language is Java?  Hi, What type of programming language is Java? Why anyone should learn Java? What is Java and what... development. Online community support is also easily available through internet. What
java- jdbc with type 4 driver
java- jdbc with type 4 driver  My program code is----- import... = DriverManager.getConnection("jdbc:oracle:thin@localhost:1521:XE", "system", "oracle"); Statement...("jdbc:oracle:thin@localhost:1521:XE", "system", "oracle"); Statement stmt
use JDBC to execute non-standard features that my DBMS provides.
use JDBC to execute non-standard features that my DBMS provides.  Can I use JDBC to execute non-standard features that my DBMS provides
What is JDBC architecture?
What is JDBC architecture?  Hi, Can anyone explain me the architecture of the JDBC? Thanks   Hi, Check the tutorials JDBC architecture. Thanks
What is ODBC - JDBC
What is ODBC  What is Java ODBC and JDBC?   Method of type.... | JDBC Driver... concept. In this case calls to data base are first received by JDBC
What is DatabaseMetaData - JDBC
What is DatabaseMetaData  Hi, What is a DatabaseMetaData? Provide... is implemented by jdbc drivers, throgh this you can get the information about... information, visit the following link: http://www.roseindia.net/jdbc/jdbc-mysql
Jdbc connectivity by type 4 driver
Jdbc connectivity by type 4 driver  I have done a code with database connectivity with driver 4,it copiles,but while running it is showing...=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521","system","123
Which JDBC Type Using - Java Beginners
Which JDBC Type Using  As there are 4 types of JDBC driver. I wanted to know: How would one come to know that which jdbc type any web application... friend, Read for more information. http://www.roseindia.net/jdbc
Jdbc Get Column Names
Jdbc Get Column Names       The JDBC Get Column Names return you the property of the retrieved Column like its field name and data type using meta Data. Understand
what type of computer memory is used for temporary storage
what type of computer memory is used for temporary storage  what type of computer memory is used for temporary storage   RAM or Random Access Memory is a computer memory that is used for temporary storage of data. RAM
Java JDBC
Java JDBC  what is the return type for execute Query () method
What is the advantage of hibernate over JDBC?
What is the advantage of hibernate over JDBC?  HI, What is the advantage of hibernate over JDBC? thanks
What is the advantage of hibernate over JDBC?
What is the advantage of hibernate over JDBC?  HI, What is the advantage of hibernate over JDBC? thanks
What must I know before learning JDBC?
What must I know before learning JDBC?  Hi, I learned basic Java and want to learn JDBC. What must I know before learning JDBC? Thanks   ... and searching database from database. What must I know before learning JDBC? You must
What must I know before learning JDBC?
What must I know before learning JDBC?  Hi, I learned basic Java and want to learn JDBC. What must I know before learning JDBC? Thanks   ... and searching database from database. What must I know before learning JDBC? You must
What must I know before learning JDBC?
What must I know before learning JDBC?  Hi, I learned basic Java and want to learn JDBC. What must I know before learning JDBC? Thanks   ... and searching database from database. What must I know before learning JDBC? You must
What must I know before learning JDBC?
What must I know before learning JDBC?  Hi, I learned basic Java and want to learn JDBC. What must I know before learning JDBC? Thanks   ... and searching database from database. What must I know before learning JDBC? You must
What type of headers have to be added in the mail function to attach a file?
What type of headers have to be added in the mail function to attach a file?  What type of headers have to be added in the mail function to attach a file
hi, Everyone ,i'm learning jdbc, i got an nullpointerexception when execute this program.
hi, Everyone ,i'm learning jdbc, i got an nullpointerexception when execute...")); }catch(Exception e) { System.out.println(e); } return con... class=oracle.jdbc.driver.OracleDriver url=jdbc:oracle:thin:@localhost:1521:xe user
what is ment by jdbc and how to connect with database?
what is ment by jdbc and how to connect with database?  i want answer for this question
What is JDBC?
What is JDBC?       JDBC is Java application programming interface that allows the Java... Connectivity in short called as JDBC. It is a java API which enables the java
jdbc
jdbc  what is the return type of BatchUpdates
Java error missing return statement
'operation( )'that return you an int type and this method include a  for loop..., then you must specify the return type in it. The given below code is missing a return statement in the non-void method so, whenever the compiler execute the code
JDBC Batch SQL Update Statement Example With Return Number of Effected Rows
JDBC Batch SQL Update Statement Example With Return Number of Effected Rows: In this example, we are discuss about update statement with return number... SQL statements and execute on the created statement object and store return
What's new in JDBC 3.0?
What's new in JDBC 3.0? In this section we will learn about the new features of JDBC 3.0. The new version of JDBC 3.0 is released with many new features... functionalities added to the JDBC 3.0. New Features of JDBC 3.0 Metadata APIsADS
query in JDBC
query in JDBC  What are the steps required to execute a query in JDBC
JDBC ResultSet Scroll Sensitive Type Example
JDBC ResultSet Scroll Sensitive Type Example: Through this ResultSet type...;   String url = "jdbc:mysql://localhost:3306...;roseindia_jdbc_tutorials";       String 
jdbc - JDBC
jdbc  what is the return type for Class.forname("Driver class name");  Hi Friend, The return type of the Class.forName (String ClassName) method is "Class". Class is a class in java.lang package. Thanks
JDBC ResultSet Forward Type Example
JDBC ResultSet Forward Type Example: Through this ResultSet type the cursor...;  String url = "jdbc:mysql://localhost:3306/"...;roseindia_jdbc_tutorials";       String 

Ads