Java Doc for AxionPipelineStatements.java in  » IDE-Netbeans » etl.project » org » netbeans » modules » sql » framework » codegen » axion » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » etl.project » org.netbeans.modules.sql.framework.codegen.axion 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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



Constructor Summary
public  AxionPipelineStatements(AbstractDB database)
    

Method Summary
public  SQLPartgetCreateLogDetailsTableStatement(TargetTable table, boolean useMemoryTable)
     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.
public  SQLPartgetCreateRemoteLogDetailsTableStatement(TargetTable table, String linkName)
    
public  SQLPartgetRemountRemoteLogDetailsStatement(TargetTable table)
    
public  SQLPartgetSelectRejectedRowsCountFromDetailsTableStatement(TargetTable table)
    


Constructor Detail
AxionPipelineStatements
public AxionPipelineStatements(AbstractDB database)(Code)




Method Detail
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 -



Fields inherited from org.netbeans.modules.sql.framework.codegen.axion.AxionStatements
protected MonitorUtil mUtil(Code)(Java Doc)

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)

w_ww__.__ja___v__a_2___s__._c___o__m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.