Style Intelligence v12.0

inetsoft.uql.asset
Interface SQLExpressionRef

All Known Implementing Classes:
DateRangeRef, NamedRangeRef, NumericRangeRef

public interface SQLExpressionRef

SQLExpressionRef represents a SQL expression ref.


Method Summary
 String getDBType()
          Get the database type.
 String getDBVersion()
          Get the database version.
 boolean isMergeable()
          Check if this date range ref is mergeable.
 void setDBType(String dbtype)
          Set the database type.
 void setDBVersion(String version)
          Set the database version.
 

Method Detail

getDBType

String getDBType()
Get the database type.

Returns:
the database type.

setDBType

void setDBType(String dbtype)
Set the database type.

Parameters:
dbtype - the specified database type.

getDBVersion

String getDBVersion()
Get the database version.


setDBVersion

void setDBVersion(String version)
Set the database version.


isMergeable

boolean isMergeable()
Check if this date range ref is mergeable.

Returns:
true if mergeable, false otherwise.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.