|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src)
org.jboss.ejb.plugins.cmp.jdbc.JDBCIdentityColumnCreateCommand (src)
org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCPostgreSQLCreateCommand
Create command for PostgreSQL that fetches the currval of the sequence associated with a SERIAL column in this table.
Field Summary |
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCIdentityColumnCreateCommand (src) |
pkField, pkSQL |
Fields inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src) |
createAllowed, debug, entity, exceptionProcessor, insertAfterEjbPostCreate, insertFields, insertSQL, log, securityManager, trace |
Constructor Summary | |
JDBCPostgreSQLCreateCommand()
|
Method Summary | |
protected int |
executeInsert(int index,
java.sql.PreparedStatement ps,
EntityEnterpriseContext (src) ctx)
|
void |
init(JDBCStoreManager (src) manager)
|
protected void |
initEntityCommand(JDBCEntityCommandMetaData (src) entityCommand)
|
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCIdentityColumnCreateCommand (src) |
initGeneratedFields, isInsertField, processException |
Methods inherited from class org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand (src) |
afterInsert, beforeInsert, checkCreateAllowed, execute, generateFields, getGeneratedPKField, getPrimaryKey, initInsertFields, initInsertSQL, performInsert, prepareStatement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCPostgreSQLCreateCommand()
Method Detail |
public void init(JDBCStoreManager (src) manager) throws DeploymentException (src)
init
in interface JDBCCreateCommand (src)
init
in class JDBCAbstractCreateCommand (src)
DeploymentException (src)
protected void initEntityCommand(JDBCEntityCommandMetaData (src) entityCommand) throws DeploymentException (src)
initEntityCommand
in class JDBCAbstractCreateCommand (src)
DeploymentException (src)
protected int executeInsert(int index, java.sql.PreparedStatement ps, EntityEnterpriseContext (src) ctx) throws java.sql.SQLException
executeInsert
in class JDBCIdentityColumnCreateCommand (src)
java.sql.SQLException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |