JDBC Recipes: A Problem-Solution Approach

JDBC Recipes: A Problem-Solution Approach
ISBN-10
1430200618
ISBN-13
9781430200611
Category
Computers
Pages
636
Language
English
Published
2006-11-08
Publisher
Apress
Author
Mahmoud Parsian

Description

* The only standard size JDBC "cookbook" in market with clear specification of problems and ready-to-be-used working code solutions (in a cut-and-paste fashion) that work for at least two leading databases such as MySQL and Oracle. • Most existing JDBC-related books provide only generic solutions, which might not work on any vendor’s database. This book shows the importance of "vendor" factor for solving JDBC problems. • Complete coverage of database and result set "metadata" (which is missing from most JDBC books).

Other editions

Similar books

  • JDBC Metadata, MySQL, and Oracle Recipes: A Problem-Solution Approach
    By Mahmoud Parsian

    According to JDBC API Tutorial and Reference, Third Edition (Addison-Wesley Professional, 2003), “a RowSet object is a container for tabular data, encapsulating a set of zero or more rows that have been retrieved from a data source.

  • Java EE 8 Recipes: A Problem-Solution Approach
    By Josh Juneau

    The Java EE 8 initiative had begun in 2015 and many of the specifications that make up the platform had begun to work. ... There was also a focus on creating new specifications around making microservices easier to develop with Java EE.

  • Java 7 Recipes: A Problem-Solution Approach
    By Josh Juneau, Carl Dea, Mark Beaty

    It covers JavaFX 2.0 in depth and is an essential guide for developers beginning to use JavaFX.This book can be used as a guide for solving problems that ordinary Java developers may encounter at some point. A broad range of topics is ...

  • Jakarta EE Recipes: A Problem-Solution Approach
    By Josh Juneau

    This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter.

  • Java 8 Recipes
    By Josh Juneau, Carl Dea, Mark Beaty

    It delves into essential topics such as the development of object oriented constructs, exception handling, unit testing, and localization. The book also provides solutions for desktop application development using the JavaFX, ...

  • Hibernate Recipes: A Problem-Solution Approach
    By Gary Mak, Srinivas Guruzu

    Hibernate makes it easy to employ a fine-grained domain model. That means you can have more classes than tables. In other words, you can map a single record in a table to more than one class. You do so by having one class of type Entity ...

  • Oracle and PL/SQL Recipes: A Problem-Solution Approach
    By Josh Juneau, Matt Arena

    In the past, you used to only have the ability to use fractions to add or subtract hours, minutes, and seconds to a date. Over the next few examples, I will show you the sort of fractional mathematics that you may see in legacy code.

  • Data Algorithms: Recipes for Scaling Up with Hadoop and Spark
    By Mahmoud Parsian

    This book also includes an overview of MapReduce, Hadoop, and Spark.

  • JUnit Recipes: Practical Methods for Programmer Testing
    By Scott Stirling, J.B. Rainsberger

    If you want some of that, there's no better way to start your testing habit, nor to continue feeding it, than with"" JUnit Recipes,"" In this book you will find one hundred and thirty-seven solutions to a range of problems, from simple to ...

  • PySpark SQL Recipes: With HiveQL, Dataframe and Graphframes
    By Raju Kumar Mishra, Sundar Rajan Raman

    With HiveQL, Dataframe and Graphframes Raju Kumar Mishra, Sundar Rajan Raman. Recipe. 2-6. Configure. the. Hive ... JDBC Connector We need the JDBC connector so that the Hive process can connect to an external PostgreSQL. We can get ...