Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
// This Source Code is in the Public Domain per: http://unlicense.org
package org.litesoft.core;

import java.sql.*;

public interface SQLtimeable extends SQLvalueable<Time>
{
}

Commits for litesoft/trunk/Java/core/Anywhere/src/org/litesoft/core/SQLtimeable.java

Diff revisions: vs.
Revision Author Commited Message
947 Diff Diff GeorgeS picture GeorgeS Fri 06 Jun, 2014 23:36:56 +0000

Correct Spelling of package!

847 Diff Diff GeorgeS picture GeorgeS Fri 07 Sep, 2012 15:53:36 +0000
66 GeorgeS picture GeorgeS Tue 12 Oct, 2010 16:44:38 +0000

Isolation and creation of LiteSoft’s WhereClause code into a JAR