Hadn't seen it reported elsewhere, I'm getting this error compiling
the JDBC 4.0 classes. It would appear to be a result of the new file
in David's revision 377503.
compile_jdbc4:
[javac] Compiling 8 source files to C:\derby-trunk\classes
[javac]
C:\derby-trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\TestDbMetaData.java:82:
cannot find symbol
[javac] symbol : method getFunctions(<nulltype>,<nulltype>,<nulltype>)
[javac] location: interface java.sql.DatabaseMetaData
[javac] checkEmptyRS(met.getFunctions(null,null,null));
[javac] ^
[javac]
C:\derby-trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\TestDbMetaData.java:84:
cannot find symbol
[javac] symbol : method
getFunctionParameters(<nulltype>,<nulltype>,<nulltype>,<nulltype>)
[javac] location: interface java.sql.DatabaseMetaData
[javac]
checkEmptyRS(met.getFunctionParameters(null,null,null,null));
[javac] ^
[javac] 2 errors
Is anyone else seeing this error?
andrew