home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Symantec Visual Cafe for Java 2.5
/
symantec-visual-cafe-2.5-database-dev-edition.iso
/
VPage
/
Java.bin
/
CLASSES.ZIP
/
sun
/
jdbc
/
odbc
/
JdbcOdbcDriverInterface.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-07-08
|
379 b
|
13 lines
package sun.jdbc.odbc;
import java.sql.Driver;
import java.sql.SQLException;
public interface JdbcOdbcDriverInterface extends Driver {
int allocConnection(int var1) throws SQLException;
void closeConnection(int var1) throws SQLException;
void disconnect(int var1) throws SQLException;
}