org.isqlviewer.sql

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database Client » iSQL Viewer » org.isqlviewer.sql 
org.isqlviewer.sql
Classes that wrap and or support all the JDBC 3.x functions for iSQL-Viewer.
Java Source File NameTypeComment
ByteArrayBlob.javaClass Utility Implementation for dealing with BLOB objects in memory.

This is very easy implementation of a BLOB using the ByteArrayInputStream.

ByteArrayClob.javaClass Utility Implementation for dealing with CLOB objects in memory.

This is very easy implementation of a CLOB using the StringBuffer.

CallableStatementWrapper.javaClass TODO Add CallableStatementWrapper Overview JavaDoc.


author:
   Mark A.

ConnectionProfile.javaClass Connection profile to control some statement and connection behavior with the JdbcService class.

This is a somewhat typical bean class, with getters/setters for the respective parameters.

ConnectionWrapper.javaClass TODO Add ConnectionWrapper Overview JavaDoc.


author:
   Mark A.

DatabaseMetadataWrapper.javaClass TODO Add DatabaseMetadataWrapper Overview JavaDoc.


author:
   Mark A.

JdbcService.javaClass Class that represents the connection to the database provider.


author:
   Mark A.

JdbcUtilities.javaClass Utility class for dealing with JDBC oriented tasks.

None of the methods that deal with ResultSets will actually close the ResultSet when completed, a call to the method first is called before and after each method is finished executing the defined function.

A small note about methods that use a the ResultSetViewer object as a parameter to the method is that if the ResultSetViewer is null and an SQLException occurs an attempt will be made to add the respecting exception as a warning to the given ResultSet object.

PlatformRegistrar.javaInterface Native/Platform hook for providing registration information for iSQL-Viewer to the connection.

This is generally how the application identifies it's session with the database.

PreparedStatementWrapper.javaClass TODO Add WrappedPreparedStatement Overview JavaDoc.


author:
   Mark A.

RegistrarFactory.javaClass Factory class for providing mappings of fully qualified class names to specific PlatformRegistrar instances.

Instaces of this class will inspect a file called 'registrar.mappings' in the 'user.dir' of the Java runtime.

ResultSetRenderer.javaInterface Protocol for defining a client that can render results from an JDBC command execution.


author:
   Mark A.

ResultSetWrapper.javaClass TODO Add ResultSetWrapper Overview JavaDoc.


author:
   Mark A.

ServiceType.javaenum Types of JDBC services that can be defined.

Typically a shared service will be a service that is pre-configured for iSQL-Viewer and all a user needs is the URL and name of the service to get started with a shared service.

If the service is private or local the service must be fully configured by the user.
author:
   Mark A.

StatementWrapper.javaClass Wrapper class for generic statements produced by the underlying connection object.


author:
   Mark A.

www__.___ja___v__a2__s_._c_o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.