• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Java Bridge and java method overloading
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java Bridge and java method overloading


  • Subject: Java Bridge and java method overloading
  • From: Max J Cantor <email@hidden>
  • Date: Sat, 12 May 2001 20:17:20 -0400 (EDT)

I'm working on a cocoa program that uses the java JDBC tools to access a
mysql database. The key object here is a java.sql.ResultSet. I need to
use the ResultSet's (String) getString(String colName) method but for some
reason, even though I pass an (NSString *) as an argument, java uses the
getString (int colIndex) method. (note that the only difference between
these two methods is that one takes an int, the other takes a java
string). Does anoyne know of a way to use the first method?

-Max


  • Prev by Date: Re: Cocoa docs
  • Next by Date: An Introduction
  • Previous by thread: Re: Type/Creator Codes
  • Next by thread: An Introduction
  • Index(es):
    • Date
    • Thread