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, getTableName
public static final MicroSecondDate future
public static final MicroSecondDate futurePlusOne
public static final Time timeUnknown
public JDBCTime() throws java.sql.SQLException
java.sql.SQLException
public JDBCTime(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public Time get(int dbid) throws java.sql.SQLException, NotFound
java.sql.SQLException
NotFound
public int put(Time time) throws java.sql.SQLException
java.sql.SQLException
public static int insert(Time time, java.sql.PreparedStatement stmt, int index) throws java.sql.SQLException
java.sql.SQLException
public static Time makeTime(java.sql.Timestamp ts, int nanos, int leapsec)