Class Insert
java.lang.Object
com.almis.awe.model.entities.queries.Query
com.almis.awe.model.entities.maintain.MaintainQuery
com.almis.awe.model.entities.maintain.Insert
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Insert Class
Used to parse the file Maintain.xml with XStream
Target for insert records. Generates a query which allows add new records into the table
- Author:
- Ismael SERRANO - 28/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the audit table name (cancels audit in case of INSERT INTO SELECT statements)Returns the maintain typeMethods inherited from class com.almis.awe.model.entities.maintain.MaintainQuery
isBatch, toString
Methods inherited from class com.almis.awe.model.entities.queries.Query
copy, getElementKey, getFieldList, getVariableDefinition, isCacheable, isDistinct, isPaginationManaged, isPostProcessed, isPublic
-
Constructor Details
-
Insert
public Insert()
-
-
Method Details
-
getAuditTable
Returns the audit table name (cancels audit in case of INSERT INTO SELECT statements)- Returns:
- Audit table name
-
getMaintainType
Description copied from class:MaintainQuery
Returns the maintain type- Overrides:
getMaintainType
in classMaintainQuery
- Returns:
- Maintain type
-