Uses of Class
com.sas.iquery.metadata.serverprop.ConnectionType

Packages that use ConnectionType
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
com.sas.iquery.metadata.expr.relational Provides classes that are used to model relational database expressions which are typically used when defining the expression portion of filters. 
com.sas.iquery.metadata.serverprop Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. 
 

Uses of ConnectionType in com.sas.iquery.metadata.expr
 

Methods in com.sas.iquery.metadata.expr that return ConnectionType
protected  ConnectionType AbstractTimeValueExpression.getConnectionType(com.sas.iquery.strategies.sas.oma.relational.DataSelectionProcessorAbstract dataSelectionProcessor)
           
 

Methods in com.sas.iquery.metadata.expr with parameters of type ConnectionType
 java.lang.String AbstractTimeValueExpression.generateQueryText(DataSelection dataSelection, ConnectionType connectionType)
          Return query text of TimeValue expression.
protected  java.lang.String TimestampValueExpression.getPattern(DataSelection dataSelection, ConnectionType connectionType)
           
protected  java.lang.String TimeValueExpression.getPattern(DataSelection dataSelection, ConnectionType connectionType)
           
protected  java.lang.String DateValueExpression.getPattern(DataSelection dataSelection, ConnectionType connectionType)
           
protected abstract  java.lang.String AbstractTimeValueExpression.getPattern(DataSelection dataSelection, ConnectionType connectionType)
          returns a pattern compatible with SimpleDataFormat instance returned by getFormatter() to format the time value
 

Uses of ConnectionType in com.sas.iquery.metadata.expr.relational
 

Methods in com.sas.iquery.metadata.expr.relational with parameters of type ConnectionType
 java.lang.String RelativeTimestampValueExpression.generateQueryText(DataSelection dataSelection, ConnectionType connectionType)
          Internal to IQ, do not use.
 java.lang.String AbstractRelativeTimeValueExpression.generateQueryText(DataSelection dataSelection, ConnectionType connectionType)
          Deprecated. You should use SQLExpressionAbstract.generateExpressionSQL().
 java.lang.String RelativeDateValueExpression.generateQueryText(DataSelection dataSelection, ConnectionType connectionType, java.lang.String shiftFromValue)
          Internal to IQ, do not use.
 java.lang.String AbstractRelativeTimeValueExpression.generateQueryText(DataSelection dataSelection, ConnectionType connectionType, java.lang.String shiftFromValue)
          Construct the output string value used in an expression for a relative date, time, or timestamp expression.
 

Uses of ConnectionType in com.sas.iquery.metadata.serverprop
 

Fields in com.sas.iquery.metadata.serverprop declared as ConnectionType
static ConnectionType ConnectionType.IOM
          Corresponds to the SAS IOM connection type for connecting to the various types of SAS data servers.
static ConnectionType ConnectionType.IOM_TSSQL
           
 

Methods in com.sas.iquery.metadata.serverprop with parameters of type ConnectionType
 java.lang.String ServerProperties.getServerAttributeValue(ConnectionType type, ServerAttribute attribute)
          Returns the value for the specified connection-specific server attribute.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.