Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.sql.connection.* (2)

org.jdbf.engine.sql: Javadoc index of package org.jdbf.engine.sql.


Package Samples:

org.jdbf.engine.sql.connection

Classes:

Types: Types is the class that maps the type of the property with SQLType (e.g. int with java.sql.Types.INTEGER). | type | SQL Type | |------------- |--------------------------| | int | java.sql.Type.INTEGER | | long | java.sql.Type.BIGINT | | binary | java.sql.Type.BINARY | | boolean | java.sql.Type.BIT | | date | java.sql.Type.DATE | | decimal | java.sql.Type.DECIMAL | | double | java.sql.Type.DOUBLE | | float | java.sql.Type.FLOAT | | real | java.sql.Type.REAL | | smallint | java.sql.Type.INTEGER | | time | java.sql.Type.TIME | | timestamp | java.sql.Type.TIMESTAMP | | tinyint | java.sql.Type.TINYINT ...
SqlInterface: This class implements a part of RelationalDatabase It provides methods to build sql strings and statements and to convert data values into sql strings. It supports the ANSI standard SQL clauses. Subclasses will override the appropriate method to support extensions to ANSI SQL. Giovanni Martone
DeleteStatement: DeleteStatement is that class that represents the delete sql statement. DeleteStatement handles the creation of sql statement with the informations specified in a RepositoryView object and provides to execute the delete statement.
InsertStatement: InsertStatement is that class that represents the insert sql statement. InsertStatement handles the creation of sql statement with the informations specified in a RepositoryView object and provides to execute the insert statement.
SelectStatement: SelectStatement is that class that represents the select sql statement. SelectStatement handles the creation of sql statement with the informations specified in a RepositoryView object and provides to execute the select statement.
UpdateStatement: UpdateStatement is that class that represents the update sql statement. UpdateStatement handles the creation of sql statement with the informations specified in a RepositoryView object and provides to execute the update statement.
ConnectionSource: This class provides an object Connection.i ConnecitonSource contains the state of connection also.When a connection has is got by ConnectionManager, it is marked as in use and it is locked until releaseConnection method is invoked.
SQLStatement: SQLStatement is an abstract class that represents the sql statement. SQLStatement handles the creation of sql statement with the informations specified in a RepositoryView object.
QueryResults: QueryResults is the class-mapped equivalent of a JDBC ResultsSet . These are the results produced by the given SelectStatement .
SqlServerInterface: It's overrides SqlInterface's methods for constructing sql statements where MS SQL Server implementation differs from ANSI or is not specified by ANSI.
InterbaseInterface: It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
MySQLInterface: It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
PostgreSQLInterface: It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
OracleInterface: It's overrides SqlInterface's methods for constructing sql statements where Oracle's implementation differs from ANSI or is not specified by ANSI.
SybaseInterface: It's overrides SqlInterface's methods for constructing sql statements where Sybase's implementaion differs from ANSI or is not specified by ANSI.
InformixInterface: It's overrides SqlInterface's methods for constructing sql statements where this implementation differs from ANSI or is not specified by ANSI.
HsqlInterface: It's overrides SqlInterface's methods for constructing sql statements where this implementation differs from ANSI or is not specified by ANSI.
Cursor: This subclass of QueryResults provides rows of an sql query form cache.
ConnectionManager: This class provides a repository for database connections.
SqlInterfaceFactory: Associates a name with an instance of SqlInterface.

Home | Contact Us | Privacy Policy | Terms of Service