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
Map
columnDescriptorsMap
Map
indices
Constructor Summary
TableDescriptor
(
Metadata
metadata)
Method Summary
public
void
acceptChildren
(Visitor visitor)
public
void
add
(
ColumnDescriptor
columnDescriptor)
public
void
addExportedKey
(
KeyDescriptor
ekd)
public
void
addImportedKey
(
KeyDescriptor
ikd)
public
void
addIndex
(
IndexDescriptor
id)
String
fixJavaName
(
String
name)
public
String
getCatalog
()
public
Collection
getColumnDescriptors
()
public
String
getEntityImplType
()
public
String
getEntityType
()
public
Map
getExportedKeys
()
public
String
getFactoryImplType
()
public
String
getFactoryType
()
public
Map
getImportedKeys
()
public
Collection
getIndices
()
Set
getJavaNames
()
public
String
getKeyName
(
Object
o)
public
String
getKeyType
(
Object
o)
public
Metadata
getMetadata
()
public
String
getName
()
public
Collection
getNormalizedPK
()
List
getNormalizedPrimaryKey
()
public
String
getPkImplType
()
public
String
getPkType
()
public
Collection
getPrimaryKey
()
public
String
getSchema
()
public
String
getTableName
()
String
getValueImplType
()
public
String
getValueType
()
public
void
setCatalog
(
String
catalog)
public
void
setColumnDescriptors
(
Collection
columnDescriptors)
public
void
setEntityImplType
(
String
entityImplType)
public
void
setEntityType
(
String
entityType)
public
void
setFactoryImplType
(
String
factoryImplType)
public
void
setFactoryType
(
String
factoryType)
public
void
setPkImplType
(
String
pkImplType)
public
void
setPkType
(
String
pkType)
public
void
setSchema
(
String
schema)
public
void
setTableName
(
String
tableName)
void
setValueImplType
(
String
valueImplType)
public
void
setValueType
(
String
valueType)
public
String
toString
()
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.