Transfer version 1.1

transfer.com.sql.postgresql
Class TransferInserter

WEB-INF.cftags.component
        extended by transfer.com.sql.AbstractBaseTransfer
            extended by transfer.com.sql.TransferInserter
                extended by transfer.com.sql.postgresql.TransferInserter

public class TransferInserter
extends TransferInserter

TransferInserter for PostGresSQL


Method Summary
private any buildSQLBeforeInsert(Object object)
          builds the SQL Before Insert, if populating
 
Methods inherited from class transfer.com.sql.TransferInserter
buildInsertBasicQuery, buildInsertManyToMany, buildSqlInsideInsert, buildsqlAfterInsert, create, createColumnList, executeBasicInsert, getIDGenerator, getNullable, init, insertBasic, insertBlock, insertManyToMany, invokeSetPrimaryKey, primaryKeyHasValue, setGeneratedPrimaryKey, setIDGenerator, setNullable
 
Methods inherited from class transfer.com.sql.AbstractBaseTransfer
andSeperator, commaSeperator, equalsString, getDatasource, getMethodInvoker, getObjectManager, getQueryCache, getQueryExecutionPool, getTransaction, invokeGetPrimaryKey, isString, mapCompositeKey, mapPrimaryKey, mapSingularKey, nullString, setCompositeKey, setDatasource, setMethodInvoker, setObjectManager, setPrimaryKey, setQueryCache, setQueryExecutionPool, setSingularKey, setTransaction, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(TransactionFactory transactionFactory)
Constructor

Parameters:
transactionFactory - the transaction factory
Method Detail

buildSQLBeforeInsert

private any buildSQLBeforeInsert(Object object)
builds the SQL Before Insert, if populating

Overrides:
buildSQLBeforeInsert in class TransferInserter
Parameters:
object - The object that is being inserted

Transfer version 1.1