Uses of Class
com.blueworld.lassopro.IntValue

Uses of IntValue in com.blueworld.lassopro
 

Methods in com.blueworld.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)
          Retrieves the number of variables with the specified name
 int LassoCall.getDataSourceName(LassoValue outName, IntValue outUseHostDefault, LassoValue outUsernamePassword)
          Gets the currently specified database name.
 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 ERR_NOERR if the data, specified by key, exists.
 int LassoCall.typeGetInteger(LassoTypeRef type, IntValue outValue)
          This method gets the data from a previously created integer instance.
 int LassoCall.typeGetBoolean(LassoTypeRef type, IntValue outValue)
          This method gets the data from a previously created boolean 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
 int LassoCall.arrayGetSize(LassoTypeRef array, IntValue outLen)
          This method gets an array element from a previously created array instance.
 int LassoCall.mapGetSize(LassoTypeRef map, IntValue outLen)
          This function gets the size of a previously created map instance.