| org.netbeans.modules.sql.framework.codegen.axion.AxionStatements org.netbeans.modules.sql.framework.codegen.axion.AxionPipelineStatements
AxionPipelineStatements | public class AxionPipelineStatements extends AxionStatements (Code) | | author: Ritesh Adval |
AxionPipelineStatements | public AxionPipelineStatements(AbstractDB database)(Code) | | |
getCreateLogDetailsTableStatement | public SQLPart getCreateLogDetailsTableStatement(TargetTable table, boolean useMemoryTable) throws BaseException(Code) | | Creates SQL statement to generate log details table for the given TargetTable.
Parameters: table - TargetTable whose log details table is to be created Parameters: useMemoryTable - true if statement should use syntax for Axion memory table,false if a delimited flatfile table is required. SQLPart containing SQL statement that generates the desired log detailstable if error occurs during statement generation |
getCreateRemoteLogDetailsTableStatement | public SQLPart getCreateRemoteLogDetailsTableStatement(TargetTable table, String linkName) throws BaseException(Code) | | |
getRemountRemoteLogDetailsStatement | public SQLPart getRemountRemoteLogDetailsStatement(TargetTable table) throws BaseException(Code) | | |
getSelectRejectedRowsCountFromDetailsTableStatement | public SQLPart getSelectRejectedRowsCountFromDetailsTableStatement(TargetTable table) throws BaseException(Code) | | Parameters: table - Parameters: logTableName - |
Methods inherited from org.netbeans.modules.sql.framework.codegen.axion.AxionStatements | protected List createErrorValueIdentifierList(TargetTable targetTable, StatementContext context) throws BaseException(Code)(Java Doc) public List createResolvedMappingsForUpdate(TargetTable targetTable, boolean excludeKeyColumns, StatementContext context) throws BaseException(Code)(Java Doc) protected List createTargetValueIdentifierList(TargetTable targetTable, StatementContext context) throws BaseException(Code)(Java Doc) protected String createValidationConditionClause(TargetTable targetTable, StatementContext context) throws BaseException(Code)(Java Doc) protected String createValidationConditionClauseForUpdate(TargetTable targetTable, StatementContext context) throws BaseException(Code)(Java Doc) public SQLPart getCreateDBLinkStatement(DBConnectionDefinition def, String linkName) throws BaseException(Code)(Java Doc) public SQLPart getCreateFlatfileTableStatement(SQLDBTable table, String orgPropertiesList, boolean ifNotExists) throws BaseException(Code)(Java Doc) public SQLPart getCreateRemoteTableStatement(SQLDBTable table, String axionTableName, String linkName) throws BaseException(Code)(Java Doc) public SQLPart getDefragStatement(SQLDBTable table, StatementContext context) throws BaseException(Code)(Java Doc) protected String getDetailsTableName(TargetTable table)(Code)(Java Doc) public SQLPart getDropDBLinkStatement(String linkName) throws BaseException(Code)(Java Doc) public SQLPart getDropExternalTableStatement(SQLDBTable table, String axionTableName, boolean ifExists, StatementContext context) throws BaseException(Code)(Java Doc) protected String getErrorLoggingDML(TargetTable target, StatementContext context) throws BaseException(Code)(Java Doc) public SQLPart getMergeStatement(TargetTable targetTable, StatementContext context) throws BaseException(Code)(Java Doc) public String getValidationExceptionWhenClauseForUpdate(TargetTable target, StatementContext context) throws BaseException(Code)(Java Doc) protected void populateContextForErrorLoggingDML(TargetTable target, StatementContext context, VelocityContext vContext) throws BaseException(Code)(Java Doc) protected void populateContextForInsertSelect(TargetTable targetTable, StatementContext context, VelocityContext vContext) throws BaseException(Code)(Java Doc) protected void populateContextForUpdate(TargetTable targetTable, StatementContext context, VelocityContext vContext) throws BaseException(Code)(Java Doc)
|
|
|