|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
java.sql.Connection
interface to help make our driver work.java.sql.Connection
and whats an extension.getDate(int columnIndex, Calendar cal)
and specify the desired timezone in the Calendar Object.
getDate(String columnLabel, Calendar cal)
and specify the desired timezone in the Calendar Object.
getDate(int columnIndex)
to have Dates automagically converted from the server
TimeZone to the Hosts TimeZone.
getDate(String columnLabel)
to have Dates automagically converted from the server
TimeZone to the Hosts TimeZone.
getTime(int columnIndex, Calendar cal)
and specify the desired timezone in the Calendar Object.
getTime(String columnLabel, Calendar cal)
and specify the desired timezone in the Calendar Object.
getTime(int columnIndex)
to have Times automagically converted from the server
TimeZone to the Hosts TimeZone.
getTime(columnLabel)
to have Times automagically converted from the server
TimeZone to the Hosts TimeZone.
getTimestamp(int columnIndex, Calendar cal)
and specify the desired timezone in the Calendar Object.
getTimestamp(String columnLabel, Calendar cal)
and specify the desired timezone in the Calendar Object.
getTimestamp(int columnIndex)
to have Timestamps automagically converted from the server
TimeZone to the Hosts TimeZone.
getTimestamp(String columnLabel)
to have Timestamps automagically converted from the server
TimeZone to the Hosts TimeZone.
java.sql.ResultSet
interface to help make our driver work.java.sql.ResultSet
and whats an extension.java.sql.Statement
interface to help make our driver work.java.sql.Statement
and whats an extension.java.sql.Connection
WCConnection(String, String, int, String, String, String, String, int, String)
for the actual Connection initialiser routine.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |