Uses of Class
com.omnipilot.lassopro.IntValue

Uses of IntValue in com.omnipilot.lassopro
 

Methods in com.omnipilot.lassopro with parameters of type IntValue
 int LassoCall.getTagParamCount(IntValue outCount)
          Fetches the number of parameters that were passed to the tag.
 int LassoCall.getTagEncoding(IntValue outMethod)
          Deprecated.  
 int LassoCall.getVariableCount(java.lang.String named, IntValue outCount)
          Deprecated.  
 int LassoCall.getDataSourceName(LassoValue outName, IntValue outUseHostDefault, LassoValue outUsernamePassword)
          Gets the currently specified database name and associated data.
 int LassoCall.getDataHostID(IntValue outID)
          Returns the host id (for internal use only).
 int LassoCall.getSkipRows(IntValue outRows)
          The number of rows that should be skipped in the found set.
 int LassoCall.getMaxRows(IntValue outRows)
          The maximum number of rows in the found set to return.
 int LassoCall.getRowID(IntValue outId)
          Gets the currently specified record id (FileMaker-specific).
 int LassoCall.getInputColumnCount(IntValue outCount)
          Gets the number of input columns for this database action.
 int LassoCall.getSortColumnCount(IntValue outCount)
          Gets the number of sort columns for this database action.
 int LassoCall.getLogicalOp(IntValue outOp)
          Gets the logical operator for this database action.
 int LassoCall.getReturnColumnCount(IntValue outCount)
          Gets the number of return columns for this action.
 int LassoCall.storeHasData(java.lang.String key, IntValue outLength)
          Returns NOERR if the data, specified by key, exists.
 int LassoCall.typeGetInteger(LassoTypeRef type, IntValue outValue)
          Retrieves the integer value from a type instance.
 int LassoCall.typeGetBoolean(LassoTypeRef type, IntValue outValue)
          Retrieves the boolean value from a type instance.
 int LassoCall.arrayGetSize(LassoTypeRef array, IntValue outLen)
          Retrieves the size of the provided array instance.
 int LassoCall.mapGetSize(LassoTypeRef map, IntValue outLen)
          Retrieves the size of the provided map instance.
 int LassoCall.tagGetExpectedParamCount(LassoTypeRef inTagType, IntValue outCount)
          Provides access to tag parameters as specified by the -required/-optional keywords.
 int LassoCall.tagGetExpectedParam(LassoTypeRef inTagType, int index, LassoValue outResult, IntValue outRequired)
          Provides access to indexed tag parameter