public class JDBCTime extends JDBCTable
| Modifier and Type | Field and Description |
|---|---|
static MicroSecondDate |
future |
static MicroSecondDate |
futurePlusOne
future plus one day so that is is after(future)
|
static Time |
timeUnknown |
| Constructor and Description |
|---|
JDBCTime() |
JDBCTime(java.sql.Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
Time |
get(int dbid) |
static int |
insert(Time time,
java.sql.PreparedStatement stmt,
int index)
Puts the attributes of a Fissures Time object into a prepared
statement starting at index.
|
static Time |
makeTime(java.sql.Timestamp ts,
int nanos,
int leapsec) |
int |
put(Time time) |
getConnection, getTableNamepublic static final MicroSecondDate future
public static final MicroSecondDate futurePlusOne
public static final Time timeUnknown
public JDBCTime()
throws java.sql.SQLException
java.sql.SQLExceptionpublic JDBCTime(java.sql.Connection conn)
throws java.sql.SQLException
java.sql.SQLExceptionpublic Time get(int dbid) throws java.sql.SQLException, NotFound
java.sql.SQLExceptionNotFoundpublic int put(Time time) throws java.sql.SQLException
java.sql.SQLExceptionpublic static int insert(Time time, java.sql.PreparedStatement stmt, int index) throws java.sql.SQLException
java.sql.SQLExceptionpublic static Time makeTime(java.sql.Timestamp ts, int nanos, int leapsec)