站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateCommand

Packages that use JDBCCreateCommand
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
org.jboss.ejb.plugins.cmp.jdbc.keygen   
 

Uses of JDBCCreateCommand in org.jboss.ejb.plugins.cmp.jdbc
 

Classes in org.jboss.ejb.plugins.cmp.jdbc that implement JDBCCreateCommand
 class JDBCAbstractCreateCommand
          Base class for create commands that drives the operation sequence.
 class JDBCCreateEntityCommand
          JDBCCreateEntityCommand executes an INSERT INTO query.
 class JDBCIdentityColumnCreateCommand
          Base class for create commands where the PK value is generated as side effect of performing the insert operation.
 class JDBCInsertPKCreateCommand
          Base class for create commands that actually insert the primary key value.
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return JDBCCreateCommand
 JDBCCreateCommand JDBCCommandFactory.createCreateEntityCommand()
           
 

Uses of JDBCCreateCommand in org.jboss.ejb.plugins.cmp.jdbc.keygen
 

Classes in org.jboss.ejb.plugins.cmp.jdbc.keygen that implement JDBCCreateCommand
 class JDBC30GeneratedKeysCreateCommand
          Create method that uses the JDBC 3.0 getGeneratedKeys method to obtain the value from the identity column.
 class JDBCDB2IdentityValLocalCreateCommand
          Create method that uses the identity_val_local() function in DB2 to get get the ID of the last inserted row, and populate it into the EJB object being created.
 class JDBCHsqldbCreateCommand
          Create command for Hypersonic that generated keys using an IDENTITY column.
 class JDBCInformixCreateCommand
          Create command for Informix that uses the driver's getSerial method to retrieve SERIAL values.
 class JDBCKeyGeneratorCreateCommand
          JDBCKeyGeneratorCreateCommand executes an INSERT INTO query.
 class JDBCMySQLCreateCommand
          Create command for MySQL that uses the driver's getGeneratedKeys method to retrieve AUTO_INCREMENT values.
 class JDBCOracleCreateCommand
          Create command for use with Oracle that uses a sequence in conjuction with a RETURNING clause to generate keys in a single statement
 class JDBCPkSqlCreateCommand
          Create command that uses an SQL statement to generate the primary key.
 class JDBCPostgreSQLCreateCommand
          Create command for PostgreSQL that fetches the currval of the sequence associated with a SERIAL column in this table.
 class JDBCSQLServerCreateCommand
          Create command for Microsoft SQL Server that uses the value from an IDENTITY columns.
 class JDBCSybaseCreateCommand
          Create command for Sybase that uses the value from an IDENTITY columns.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.