Subversion Repository Public Repository

litesoft

Diff Revisions 65 vs 66 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/SimpleTimestamp.java

Diff revisions: vs.
  @@ -11,7 +11,7 @@
11 11 * resolution from the Hour thru the Millisecond.
12 12 */
13 13 public final class SimpleTimestamp extends AbstractWithTimeResAspects<SimpleTimestamp> implements TimestampWithResolutionAccessor,
14 - SQLvalueable
14 + SQLtimestampable
15 15 {
16 16 public static final String DEFAULT_TS_FORMAT = "yyyy-MM-dd HH:mm:ss.SSS"; // Note this is representational - IT IS NOT USED!
17 17