Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jboss.ejb.plugins.cmp.jdbc.keygen Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
GetTCLActionClassorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBC30GeneratedKeysCreateCommandCreate method that uses the JDBC 3.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCDB2IdentityValLocalCreateCommandCreate 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 EJBClassorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCHsqldbCreateCommandCreate command for Hypersonic that generated keys using an IDENTITY column.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCInformixCreateCommandCreate command for Informix that uses the driver's getSerial method to retrieve SERIAL values.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCKeyGeneratorCreateCommandJDBCKeyGeneratorCreateCommand executes an INSERT INTO query.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCMySQLCreateCommandCreate command for MySQL that uses the driver's getGeneratedKeys method to retrieve AUTO_INCREMENT values.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCOracleCreateCommandCreate command for use with Oracle that uses a sequence in conjuction with a RETURNING clause to generate keys in a single statementClassorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCOracleSequenceCreateCommandCreate command for use with Oracle that uses a sequence in conjuction with a RETURNING clause to generate keys in a single statementClassorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCPkSqlCreateCommandCreate command that uses an SQL statement to generate the primary key.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCPostgreSQLCreateCommandCreate command for PostgreSQL that fetches the currval of the sequence associated with a SERIAL column in this table.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCSQLServerCreateCommandCreate command for Microsoft SQL Server that uses the value from an IDENTITY columns.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCSybaseCreateCommandCreate command for Sybase that uses the value from an IDENTITY columns.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server