org.sql.generation.api.grammar.literals
Interface TimestampTimeLiteral

All Superinterfaces:
LiteralExpression, NonBooleanExpression, TemporalLiteral, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface TimestampTimeLiteral
extends TemporalLiteral

This syntax element encapsulates reference to some time stamp to be inserted into SQL statement.

Author:
Stanislav Muhametsin

Method Summary
 Timestamp getTimestamp()
          Returns the time stamp to be inserted into SQL statement.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTimestamp

Timestamp getTimestamp()
Returns the time stamp to be inserted into SQL statement.

Returns:
The time stamp to be inserted into SQL statement.


Copyright © 2010-2012. All Rights Reserved.