| java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand org.jboss.ejb.plugins.cmp.jdbc.JDBCIdentityColumnCreateCommand
All known Subclasses: org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCSybaseCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCOracleSequenceCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCHsqldbCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCMySQLCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCPostgreSQLCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBC30GeneratedKeysCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCSQLServerCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCInformixCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCOracleCreateCommand, org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCDB2IdentityValLocalCreateCommand,
JDBCIdentityColumnCreateCommand | abstract public class JDBCIdentityColumnCreateCommand extends JDBCAbstractCreateCommand (Code) | | Base class for create commands where the PK value is generated as side
effect of performing the insert operation. This is typically associated
with database platforms that use identity columns
author: Jeremy Boynes |
initGeneratedFields | protected void initGeneratedFields() throws DeploymentException(Code) | | |
processException | protected SQLException processException(Throwable t)(Code) | | Helper for subclasses that use reflection to avoid driver dependencies.
Parameters: t - an Exception raised by a reflected call SQLException extracted from the Throwable |
|
|