sqlg2.db
Interface LIDBCommon

All Superinterfaces:
IDBCommon, java.rmi.Remote
All Known Implementing Classes:
LocalWrapperBase

public interface LIDBCommon
extends IDBCommon

Base interface for locally-accessible business interfaces (with SQLG.inline() = true).


Method Summary
 java.util.Date getTime()
          Returns DB server local time.
 

Method Detail

getTime

java.util.Date getTime()
                       throws java.sql.SQLException
Description copied from interface: IDBCommon
Returns DB server local time.

Specified by:
getTime in interface IDBCommon
Returns:
DB server local time
Throws:
java.sql.SQLException