home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 January
/
PCO0198.ISO
/
browser
/
net_linx
/
jae40.jar
/
sun
/
jdbc
/
odbc
/
JdbcOdbcConnectionInterface.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-11-03
|
442 b
|
18 lines
package sun.jdbc.odbc;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
public interface JdbcOdbcConnectionInterface extends Connection {
int getHDBC();
String getURL();
int getODBCVer();
void validateConnection() throws SQLException;
void deregisterStatement(Statement var1);
}