Field TIMESTAMP
Field type: int
Member of: java.sql.Types
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 public static final SQLType TIMESTAMP = new SQLType("TIMESTAMP", Types.TIMESTAMP, 4);
2 setDefaultEditor(Timestamp.class, new HybridTableCellEditor(Types.TIMESTAMP));
3 statement.setNull(index, Types.TIMESTAMP);
4 ps.setNull(position, Types.TIMESTAMP);
5 checkIndex (parameterIndex, Types.TIMESTAMP, "Timestamp");
6 if (!setNull(position, value, java.sql.Types.TIMESTAMP))
7 _ps.setNull(_ind, Types.TIMESTAMP);
8 ps.setNull(position, Types.TIMESTAMP);
9 case Types.TIMESTAMP :
10 return (Timestamp) getColumnInType(columnIndex, Types.TIMESTAMP);
11 case(Types.TIMESTAMP):mFormatDate = new SimpleDateFormat(lPattern);
12 setType("TIMESTAMP", Types.TIMESTAMP);
13 ,{"TIMESTAMP", new Integer(java.sql.Types.TIMESTAMP) }
14 case java.sql.Types.TIMESTAMP: typestr = "TIMESTAMP"; break; // NOI18N
15 case Types.TIMESTAMP:
16 case Types.TIMESTAMP:
17 case Types.TIMESTAMP:
18 ps.setNull(2, Types.TIMESTAMP);
19 else if (jdbctype == Types.TIMESTAMP)
20 case Types.TIMESTAMP:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.