Java Doc for TableDescriptor.java in  » Database-ORM » sqlc » biz » hammurapi » sql » metadata » 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 » Database ORM » sqlc » biz.hammurapi.sql.metadata 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


biz.hammurapi.sql.metadata.TableDescriptor

TableDescriptor
public class TableDescriptor extends VisitableBase implements Serializable(Code)

author:
   Pavel Vlasov
version:
   $Revision: 1.6 $


Field Summary
 MapcolumnDescriptorsMap
    
 Mapindices
    

Constructor Summary
 TableDescriptor(Metadata metadata)
    

Method Summary
public  voidacceptChildren(Visitor visitor)
    
public  voidadd(ColumnDescriptor columnDescriptor)
    
public  voidaddExportedKey(KeyDescriptor ekd)
    
public  voidaddImportedKey(KeyDescriptor ikd)
    
public  voidaddIndex(IndexDescriptor id)
    
 StringfixJavaName(String name)
    
public  StringgetCatalog()
    
public  CollectiongetColumnDescriptors()
    
public  StringgetEntityImplType()
    
public  StringgetEntityType()
    
public  MapgetExportedKeys()
    
public  StringgetFactoryImplType()
    
public  StringgetFactoryType()
    
public  MapgetImportedKeys()
    
public  CollectiongetIndices()
    
 SetgetJavaNames()
    
public  StringgetKeyName(Object o)
    
public  StringgetKeyType(Object o)
    
public  MetadatagetMetadata()
    
public  StringgetName()
    
public  CollectiongetNormalizedPK()
    
 ListgetNormalizedPrimaryKey()
    
public  StringgetPkImplType()
    
public  StringgetPkType()
    
public  CollectiongetPrimaryKey()
    
public  StringgetSchema()
    
public  StringgetTableName()
    
 StringgetValueImplType()
    
public  StringgetValueType()
    
public  voidsetCatalog(String catalog)
    
public  voidsetColumnDescriptors(Collection columnDescriptors)
    
public  voidsetEntityImplType(String entityImplType)
    
public  voidsetEntityType(String entityType)
    
public  voidsetFactoryImplType(String factoryImplType)
    
public  voidsetFactoryType(String factoryType)
    
public  voidsetPkImplType(String pkImplType)
    
public  voidsetPkType(String pkType)
    
public  voidsetSchema(String schema)
    
public  voidsetTableName(String tableName)
    
 voidsetValueImplType(String valueImplType)
    
public  voidsetValueType(String valueType)
    
public  StringtoString()
    

Field Detail
columnDescriptorsMap
Map columnDescriptorsMap(Code)



indices
Map indices(Code)




Constructor Detail
TableDescriptor
TableDescriptor(Metadata metadata)(Code)




Method Detail
acceptChildren
public void acceptChildren(Visitor visitor)(Code)



add
public void add(ColumnDescriptor columnDescriptor)(Code)

Parameters:
  columnDescriptor -



addExportedKey
public void addExportedKey(KeyDescriptor ekd)(Code)

Parameters:
  ikd -



addImportedKey
public void addImportedKey(KeyDescriptor ikd)(Code)

Parameters:
  ikd -



addIndex
public void addIndex(IndexDescriptor id)(Code)

Parameters:
  id -



fixJavaName
String fixJavaName(String name)(Code)



getCatalog
public String getCatalog()(Code)
Returns the catalog.



getColumnDescriptors
public Collection getColumnDescriptors()(Code)
Returns the columnDescriptors.



getEntityImplType
public String getEntityImplType()(Code)
Returns the entityImplType.



getEntityType
public String getEntityType()(Code)
Returns the entityType.



getExportedKeys
public Map getExportedKeys()(Code)
Returns the exportedKeys.



getFactoryImplType
public String getFactoryImplType()(Code)
Returns the factoryImplType.



getFactoryType
public String getFactoryType()(Code)
Returns the factoryType.



getImportedKeys
public Map getImportedKeys()(Code)
Returns the importedKeys.



getIndices
public Collection getIndices()(Code)



getJavaNames
Set getJavaNames()(Code)
Returns the javaNames.



getKeyName
public String getKeyName(Object o)(Code)



getKeyType
public String getKeyType(Object o)(Code)



getMetadata
public Metadata getMetadata()(Code)



getName
public String getName()(Code)



getNormalizedPK
public Collection getNormalizedPK()(Code)



getNormalizedPrimaryKey
List getNormalizedPrimaryKey()(Code)
Returns the normalizedPrimaryKey.



getPkImplType
public String getPkImplType()(Code)
Returns the pkImplType.



getPkType
public String getPkType()(Code)



getPrimaryKey
public Collection getPrimaryKey()(Code)
Returns the primaryKey.



getSchema
public String getSchema()(Code)
Returns the schema.



getTableName
public String getTableName()(Code)
Returns the tableName.



getValueImplType
String getValueImplType()(Code)
Returns the valueImplType.



getValueType
public String getValueType()(Code)
Returns the valueType.



setCatalog
public void setCatalog(String catalog)(Code)

Parameters:
  catalog - The catalog to set.



setColumnDescriptors
public void setColumnDescriptors(Collection columnDescriptors)(Code)

Parameters:
  columnDescriptors - The columnDescriptors to set.



setEntityImplType
public void setEntityImplType(String entityImplType)(Code)

Parameters:
  entityImplType - The entityImplType to set.



setEntityType
public void setEntityType(String entityType)(Code)

Parameters:
  entityType - The entityType to set.



setFactoryImplType
public void setFactoryImplType(String factoryImplType)(Code)

Parameters:
  factoryImplType - The factoryImplType to set.



setFactoryType
public void setFactoryType(String factoryType)(Code)

Parameters:
  factoryType - The factoryType to set.



setPkImplType
public void setPkImplType(String pkImplType)(Code)

Parameters:
  pkImplType - The pkImplType to set.



setPkType
public void setPkType(String pkType)(Code)



setSchema
public void setSchema(String schema)(Code)

Parameters:
  schema - The schema to set.



setTableName
public void setTableName(String tableName)(Code)

Parameters:
  tableName - The tableName to set.



setValueImplType
void setValueImplType(String valueImplType)(Code)

Parameters:
  valueImplType - The valueImplType to set.



setValueType
public void setValueType(String valueType)(Code)

Parameters:
  valueType - The valueType to set.



toString
public String toString()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.