Java Doc for SchemaElementImpl.java in  » IDE-Netbeans » db » org » netbeans » modules » dbschema » jdbcimpl » 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 » db » org.netbeans.modules.dbschema.jdbcimpl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.dbschema.jdbcimpl.DBElementImpl
      org.netbeans.modules.dbschema.jdbcimpl.SchemaElementImpl

SchemaElementImpl
public class SchemaElementImpl extends DBElementImpl implements SchemaElement.Impl(Code)


Field Summary
public transient  PropertyChangeSupportpropertySupport
    

Constructor Summary
public  SchemaElementImpl()
    
public  SchemaElementImpl(ConnectionProvider cp)
    

Method Summary
public  voidaddPropertyChangeListener(PropertyChangeListener l)
    
public  voidchangeTables(TableElement[] elems, int action)
     Change the set of tables.
public  DBIdentifiergetCatalog()
     Get the catalog name of this schema snapshot.
public  StringgetDatabaseProductName()
     Getter for property databaseProductName.
public  StringgetDatabaseProductVersion()
     Getter for property databaseProductVersion.
public  StringgetDriver()
     Getter for property driver.
public  StringgetDriverName()
     Getter for property driverName.
public  StringgetDriverVersion()
     Getter for property driverVersion.
public  DBIdentifiergetName()
    
public  DBIdentifiergetSchema()
     Get the schema name of this schema snapshot.
public  intgetStatus()
     Get the parsing status of the element.
public  TableElementgetTable(DBIdentifier name)
     Find a table by name.
public  DBElementsCollectiongetTableCollection()
     Returns the table collection of this schema element.
public  TableElement[]getTables()
     Get all tables.
public  StringgetUrl()
     Getter for property url.
public  StringgetUsername()
     Getter for property username.
public  voidinitTables(ConnectionProvider cp)
    
public  voidinitTables(ConnectionProvider cp, LinkedList t, LinkedList v)
    
public  voidinitTables(ConnectionProvider cp, LinkedList t, LinkedList v, boolean allTables)
    
public  booleanisStop()
    
public  voidremovePropertyChangeListener(PropertyChangeListener l)
    
public  voidsetCatalog(DBIdentifier catalog)
     Set the catalog name of this schema snapshot.
public  voidsetDatabaseProductName(String databaseProductName)
     Setter for property databaseProductName.
public  voidsetDatabaseProductVersion(String databaseProductVersion)
     Setter for property databaseProductVersion.
public  voidsetDriver(String driver)
     Setter for property driver.
public  voidsetDriverName(String driverName)
     Setter for property driverName.
public  voidsetDriverVersion(String driverVersion)
     Setter for property driverVersion.
public  voidsetName(DBIdentifier name)
    
public  voidsetSchema(DBIdentifier schema)
     Set the schema name of this schema snapshot.
public  voidsetStop(boolean stop)
    
public  voidsetTableCollection(DBElementsCollection collection)
     Set the table collection of this claschemass element to the supplied collection.
public  voidsetUrl(String url)
     Setter for property url.
public  voidsetUsername(String username)
     Setter for property username.

Field Detail
propertySupport
public transient PropertyChangeSupport propertySupport(Code)




Constructor Detail
SchemaElementImpl
public SchemaElementImpl()(Code)
Creates new SchemaElementImpl



SchemaElementImpl
public SchemaElementImpl(ConnectionProvider cp)(Code)




Method Detail
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)(Code)



changeTables
public void changeTables(TableElement[] elems, int action) throws DBException(Code)
Change the set of tables.
Parameters:
  elems - the tables to change
Parameters:
  action - one of SchemaElementImpl.ADD, SchemaElementImpl.REMOVE, or SchemaElementImpl.SET
exception:
  DBException - if the action cannot be handled



getCatalog
public DBIdentifier getCatalog()(Code)
Get the catalog name of this schema snapshot. the catalog name, or null if this snapshot doesnot have a catalog name



getDatabaseProductName
public String getDatabaseProductName()(Code)
Getter for property databaseProductName. Value of property databaseProductName.



getDatabaseProductVersion
public String getDatabaseProductVersion()(Code)
Getter for property databaseProductVersion. Value of property databaseProductVersion.



getDriver
public String getDriver()(Code)
Getter for property driver. Value of property driver.



getDriverName
public String getDriverName()(Code)
Getter for property driverName. Value of property driverName.



getDriverVersion
public String getDriverVersion()(Code)
Getter for property driverVersion. Value of property driverVersion.



getName
public DBIdentifier getName()(Code)



getSchema
public DBIdentifier getSchema()(Code)
Get the schema name of this schema snapshot. the schema name, or null if this snapshot doesnot have a schema name



getStatus
public int getStatus()(Code)
Get the parsing status of the element. This is a non-blocking operation. one of SchemaElementImpl.STATUS_NOT, SchemaElementImpl.STATUS_ERROR,SchemaElementImpl.STATUS_PARTIAL, or SchemaElementImpl.STATUS_OK



getTable
public TableElement getTable(DBIdentifier name)(Code)
Find a table by name.
Parameters:
  name - the name for which to look the table, or null if it does not exist



getTableCollection
public DBElementsCollection getTableCollection()(Code)
Returns the table collection of this schema element. This method should only be used internally and for cloning and archiving. the table collection of this schema element



getTables
public TableElement[] getTables()(Code)
Get all tables. the tables



getUrl
public String getUrl()(Code)
Getter for property url. Value of property url.



getUsername
public String getUsername()(Code)
Getter for property username. Value of property username.



initTables
public void initTables(ConnectionProvider cp)(Code)



initTables
public void initTables(ConnectionProvider cp, LinkedList t, LinkedList v)(Code)



initTables
public void initTables(ConnectionProvider cp, LinkedList t, LinkedList v, boolean allTables)(Code)



isStop
public boolean isStop()(Code)



removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)(Code)



setCatalog
public void setCatalog(DBIdentifier catalog) throws DBException(Code)
Set the catalog name of this schema snapshot.
Parameters:
  id - the catalog name, or null
exception:
  DBException - if the operation cannot proceed



setDatabaseProductName
public void setDatabaseProductName(String databaseProductName) throws DBException(Code)
Setter for property databaseProductName.
Parameters:
  databaseProductName - New value of property databaseProductName.



setDatabaseProductVersion
public void setDatabaseProductVersion(String databaseProductVersion) throws DBException(Code)
Setter for property databaseProductVersion.
Parameters:
  databaseProductVersion - New value of property databaseProductVersion.



setDriver
public void setDriver(String driver)(Code)
Setter for property driver.
Parameters:
  driver - New value of property driver.



setDriverName
public void setDriverName(String driverName) throws DBException(Code)
Setter for property driverName.
Parameters:
  driverName - New value of property driverName.



setDriverVersion
public void setDriverVersion(String driverVersion) throws DBException(Code)
Setter for property driverVersion.
Parameters:
  driverVersion - New value of property driverVersion.



setName
public void setName(DBIdentifier name) throws DBException(Code)



setSchema
public void setSchema(DBIdentifier schema) throws DBException(Code)
Set the schema name of this schema snapshot.
Parameters:
  id - the schema name, or null
exception:
  DBException - if the operation cannot proceed



setStop
public void setStop(boolean stop)(Code)



setTableCollection
public void setTableCollection(DBElementsCollection collection)(Code)
Set the table collection of this claschemass element to the supplied collection. This method should only be used internally and for cloning and archiving.
Parameters:
  collection - the table collection of this schema element



setUrl
public void setUrl(String url) throws DBException(Code)
Setter for property url.
Parameters:
  url - New value of property url.



setUsername
public void setUsername(String username) throws DBException(Code)
Setter for property username.
Parameters:
  username - New value of property username.



Fields inherited from org.netbeans.modules.dbschema.jdbcimpl.DBElementImpl
protected DBIdentifier _name(Code)(Java Doc)
DBElement element(Code)(Java Doc)

Methods inherited from org.netbeans.modules.dbschema.jdbcimpl.DBElementImpl
public synchronized void addPropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void attachToElement(DBElement el)(Code)(Java Doc)
protected boolean comp(Object obj1, Object obj2)(Code)(Java Doc)
final protected void firePropertyChange(String name, Object o, Object n)(Code)(Java Doc)
public DBIdentifier getName()(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void setName(DBIdentifier name) throws DBException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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