A B C D E F G H I J K L M N O P Q R S T U V W Y

L

label(String) - Method in class com.sas.iquery.builder.DataItemBuilder
 
Lasr - Class in com.sas.iquery.metadata.business
 
Lasr(BusinessModel) - Constructor for class com.sas.iquery.metadata.business.Lasr
 
Lasr(BusinessModel, LasrType) - Constructor for class com.sas.iquery.metadata.business.Lasr
 
lasrAdd() - Method in interface com.sas.iquery.metadata.business.Export
For adding a table to LASR using an existing server
lasrCreate(String) - Method in interface com.sas.iquery.metadata.business.Export
File used on Create for proc lasr
lasrCreate() - Method in interface com.sas.iquery.metadata.business.Export
proc lasr Create option without a table
lasrData(String) - Method in interface com.sas.iquery.metadata.business.Export
Used when exporting a single Table based on a String
lasrData(Table) - Method in interface com.sas.iquery.metadata.business.Export
Used when exporting a single table from a Table object
lasrFormatLibnameStmt(String) - Method in interface com.sas.iquery.metadata.business.Export
String representing the XML libname statment to use when exporting user-defined-formats
lasrFormatLibref(String) - Method in interface com.sas.iquery.metadata.business.Export
Lasr format library to use, if not set 'lsrfmts' will be assumed.
lasrHost(String) - Method in interface com.sas.iquery.metadata.business.Export
Lasr host
lasrInstall(String) - Method in interface com.sas.iquery.metadata.business.Export
Lasr Install option
lasrNodes(int) - Method in interface com.sas.iquery.metadata.business.Export
Number of Lasr nodes
lasrNthreads(int) - Method in interface com.sas.iquery.metadata.business.Export
Number of Lasr threads
lasrPath(String) - Method in interface com.sas.iquery.metadata.business.Export
Lasr path name
lasrPort(int) - Method in interface com.sas.iquery.metadata.business.Export
Lasr port number
lasrSigner(String) - Method in interface com.sas.iquery.metadata.business.Export
Lasr signer
last() - Method in class com.sas.iquery.execution2.EmptyResultSet
 
laterThan(ModelVersion) - Method in class com.sas.iquery.metadata.business.ModelVersion
Returns true if this version is later than the given version, otherwise false.
laterThanOrSame(ModelVersion) - Method in class com.sas.iquery.metadata.business.ModelVersion
Returns true if this version is later than or the same as the given version, otherwise false.
LEAVES_NAVIGATION_FILTER_TYPE - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemNavigationFilter
This navigation filter type returns the leaves of the member
LEFT - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function LEFT(column-name)
LENGTH - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function LENGTH(column-name)
LESS_THAN - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the LESS_THAN Comparison Operation (x)<(y)
LESS_THAN_OR_EQUALS - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the LESS_THAN_OR_EQUALS Comparison Operation (x)<=(y)
LESS_THAN_OR_EQUALS_TRUNC - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the LESS_THAN_OR_EQUALS Comparison Operation (x)<=(y)
LESS_THAN_TRUNC - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the LESS_THAN Comparison Operation (x)<(y)
lessThan(ExpressionInterface) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
lessThan(String) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
lessThan(Number) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
lessThanOrEquals(ExpressionInterface) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
lessThanOrEquals(String) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
lessThanOrEquals(Number) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
LEVEL_NAVIGATION_FILTER_TYPE - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemNavigationFilter
This navigation filter type returns the members of a specified level on the branch that contains the member
LIBRARY_ACCESS_READONLY - Static variable in class com.sas.iquery.metadata.business.BusinessQueryProperty
This is a relational only property.
libref(String) - Method in interface com.sas.iquery.metadata.business.Export
SAS libref specified when exporting to SAS library
like(String) - Method in class com.sas.iquery.builder.RelationalFilterItemBuilder
 
LIKE - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function LIKE (column-name)
LIKE_ESC - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the LIKE_ESC Comparison Operation
LIST_MEMBER_FILTER_TYPE - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemMemberFilter
This member filter type provides a set of member names that are equal to the list of member names passed into the Member Filter.
LITERAL_INTERNAL_ESCAPED_QUOTE - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
When a quote is requested inside of a quoted literal, the given string should be used to instead of the quote character.
load(BusinessQuery) - Method in class com.sas.iquery.builder.DisabledTotalsBuilder
Clears any pending changes and loads a complete snapshot of the disabled totals from the specified data selection.
LocalizableModelObject - Interface in com.sas.iquery.metadata.business
Implemented by a model object that has localized labels and descriptions and provides methods to modify them.
LocalizableNamedObjectInterface - Interface in com.sas.iquery.metadata
Specifies basic getter methods for objects that have labels and descriptions that can be configured based on Locale.
Lookup - Class in com.sas.iquery.metadata.business
Determines lookup type values that are set on the data item.
Lookup() - Constructor for class com.sas.iquery.metadata.business.Lookup
 
LookupByDataItem - Class in com.sas.iquery.metadata.business
Defines a Lookup that defines the data item it is associated with should be used for retrieving possible filter values.
LookupByDataItem() - Constructor for class com.sas.iquery.metadata.business.LookupByDataItem
 
LookupList - Class in com.sas.iquery.metadata.business
Contains a list of LookupValue objects that are used for possible filter values for a data item.
LookupList() - Constructor for class com.sas.iquery.metadata.business.LookupList
Creates an LookupList object with an empty list.
LookupList(List<LookupValue>) - Constructor for class com.sas.iquery.metadata.business.LookupList
Creates an LookupList object with the specified lookup values.
LookupList(List<LookupValue>, boolean) - Constructor for class com.sas.iquery.metadata.business.LookupList
Creates an LookupList object with the specified lookup values.
LookupNotAllowed - Class in com.sas.iquery.metadata.business
Defines a Lookup type where looking up values is not allowed.
LookupNotAllowed() - Constructor for class com.sas.iquery.metadata.business.LookupNotAllowed
 
LookupValue - Class in com.sas.iquery.metadata.business
Defines a single lookup value that is used by LookupList.
LookupValue() - Constructor for class com.sas.iquery.metadata.business.LookupValue
Creates a default lookup value for which null will be returned by calls to LookupValue.getFormattedValue() and LookupValue.getUnformattedValue().
LookupValue(String, String, boolean) - Constructor for class com.sas.iquery.metadata.business.LookupValue
Defines formatted and unformatted values for lookup and whether unformatted value should be placed within quotations.
LOWCASE - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function LOWCASE (column-name)

A B C D E F G H I J K L M N O P Q R S T U V W Y

Copyright © 2009 SAS Institute Inc. All Rights Reserved.