my dog learned polymorphism
The moose likes JDBC and the fly likes overwriting methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "overwriting methods" Watch "overwriting methods" New topic
Author

overwriting methods

Jochen Seliger
Greenhorn

Joined: Jan 08, 2005
Posts: 8
I want to disable or to overwrite the methods, available over right mouse click on JdbTables.
Could anybody tell me how to do that.

Jochen
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26218
    
  66

Jochen,
I'm a bit confused about what you are trying to do. Can you provide some clarification:

What does it mean to disable a method? Is it a Java method? Database function?

Are you using an IDE? Is this in a database view? Swing view?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Jochen Seliger
Greenhorn

Joined: Jan 08, 2005
Posts: 8
I'm using JBuilder 9.0 for coding and ORACLE 10g as database.
To show the selected rows I use JdbTables.
These Objects have methods for ordering the rows, using methods, avalable via rigth mouse clicks (order by columns).
I want to disable this ordering.
How to do this?

REgards

Jochen
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: overwriting methods
 
Similar Threads
What is the logic behind calls like JOptionPane.method()
Lucene - get TermVector positions
servlet security
How do OBJECTS pass messages in Java?
Inheritance of all members