Skip navigation links
A C D E F G I M P R S T V W 

A

addVarByte(String) - Static method in class com.stata.sfi.Data
Add a variable of type byte to the current Stata dataset.
addVarByte(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type byte to a data frame.
addVarDouble(String) - Static method in class com.stata.sfi.Data
Add a variable of type double to the current Stata dataset.
addVarDouble(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type double to a data frame.
addVarFloat(String) - Static method in class com.stata.sfi.Data
Add a variable of type float to the current Stata dataset.
addVarFloat(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type float to a data frame.
addVarInt(String) - Static method in class com.stata.sfi.Data
Add a variable of type int to the current Stata dataset.
addVarInt(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type int to a data frame.
addVarLong(String) - Static method in class com.stata.sfi.Data
Add a variable of type long to the current Stata dataset.
addVarLong(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type long to a data frame.
addVarStr(String, int) - Static method in class com.stata.sfi.Data
Add a variable of type str to the current Stata dataset.
addVarStr(String, String, int) - Static method in class com.stata.sfi.DataFrame
Add a variable of type str to a data frame.
addVarStrL(String) - Static method in class com.stata.sfi.Data
Add a variable of type strL to the current Stata dataset.
addVarStrL(String, String) - Static method in class com.stata.sfi.DataFrame
Add a variable of type strL to a data frame.
allocate(String) - Static method in class com.stata.sfi.DataFrame
Allocate a new data frame.
allocateStrL(StrLConnector, long) - Static method in class com.stata.sfi.Data
Allocate a strL so that a buffer can be stored using writeBytes; the contents of the strL will not be initialized.
allocateStrL(StrLConnector, long, boolean) - Static method in class com.stata.sfi.Data
Allocate a strL so that a buffer can be stored using writeBytes; the contents of the strL will not be initialized.
allocateStrL(StrLConnector, long) - Static method in class com.stata.sfi.DataFrame
Allocate a strL so that a buffer can be stored using writeBytes; the contents of the strL will not be initialized.
allocateStrL(StrLConnector, long, boolean) - Static method in class com.stata.sfi.DataFrame
Allocate a strL so that a buffer can be stored using writeBytes; the contents of the strL will not be initialized.

C

callGC() - Static method in class com.stata.sfi.SFIToolkit
Call the Java garbage collector. Calling this method should generally be avoided.
Characteristic - Class in com.stata.sfi
This class provides access to Stata characteristics.
close() - Method in class com.stata.sfi.StrLConnector
Close the connection and release any resources.
com.stata.sfi - package com.stata.sfi
The Stata Function Interface (SFI) provides the classes necessary for Java to interact with core features of Stata.
com.stata.sfi.util - package com.stata.sfi.util
Provides a set of utility classes for extending the functionality of the Stata Function Interface.
convertSymmetricToStd(String) - Static method in class com.stata.sfi.Matrix
Convert a symmetric matrix to a standard matrix.
createLabel(String) - Static method in class com.stata.sfi.ValueLabel
Create a new value-label name.
createMatrix(String, int, int, double) - Static method in class com.stata.sfi.Matrix
Create a Stata matrix.
createMatrix(String, int, int, double, boolean) - Static method in class com.stata.sfi.Matrix
Create a Stata matrix.

D

Data - Class in com.stata.sfi
This class provides access to the current Stata dataset.
DataFrame - Class in com.stata.sfi
This class provides access to a Stata data frame.
deleteSavedPref(String, String) - Static method in class com.stata.sfi.util.Preference
Delete a saved preference.
display(String) - Static method in class com.stata.sfi.SFIToolkit
Output a string to the Stata Results window.
displayln(String) - Static method in class com.stata.sfi.SFIToolkit
Output a string to the Stata Results window and automatically add a line terminator at the end.
dropVar(int) - Static method in class com.stata.sfi.Data
Drop the variable at the specified variable index.

E

error(String) - Static method in class com.stata.sfi.SFIToolkit
Output a string to the Stata Results window as an error.
errorDebug(String) - Static method in class com.stata.sfi.SFIToolkit
Output a string to the Stata Results window as an error if set debug on is enabled.
errorln(String) - Static method in class com.stata.sfi.SFIToolkit
Output a string to the Stata Results window and automatically add a line terminator at the end.
executeCommand(String, boolean) - Static method in class com.stata.sfi.SFIToolkit
Execute a Stata command.

F

formatValue(double, String) - Static method in class com.stata.sfi.SFIToolkit
Format a value using a Stata format.
free(String) - Static method in class com.stata.sfi.DataFrame
Free a previously allocated data frame.

G

getAt(double[], int, int, int) - Static method in class com.stata.sfi.Matrix
Access an element of a previously obtained Stata matrix in the form of a one-dimensional array.
getBestType(double) - Static method in class com.stata.sfi.Data
Get the best numeric data type for the specified value.
getCallerVersion() - Static method in class com.stata.sfi.SFIToolkit
Get the version number of the calling program.
getComplexAt(double[], int, int, int) - Static method in class com.stata.sfi.Mata
Get an element from a previously returned matrix.
getComplexValues(double[], Double, Double) - Static method in class com.stata.sfi.Mata
Get the real and imaginary parts from a complex result.
getDtaChar(String) - Static method in class com.stata.sfi.Characteristic
Get a characteristic for the current dataset.
getFormattedValue(int, long, boolean) - Static method in class com.stata.sfi.Data
Read a value from the current Stata dataset, applying its display format.
getFormattedValue(int, int, boolean) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.getFormattedValue(int, long, boolean) instead.
getGlobal(String) - Static method in class com.stata.sfi.Macro
Get the contents of a global macro.
getGlobal(String, int) - Static method in class com.stata.sfi.Macro
Get the contents of a global macro.
getGlobalSafe(String) - Static method in class com.stata.sfi.Macro
Get the contents of a global macro without returning null.
getGlobalSafe(String, int) - Static method in class com.stata.sfi.Macro
Get the contents of a global macro without returning null.
getLabel(String, int) - Static method in class com.stata.sfi.ValueLabel
Get the label for a specified value-label value.
getLabels(String) - Static method in class com.stata.sfi.ValueLabel
Get the labels for a specified value-label name.
getLocal(String) - Static method in class com.stata.sfi.Macro
Get the contents of a local macro.
getLocalSafe(String) - Static method in class com.stata.sfi.Macro
Get the contents of a local macro without returning null.
getMataCol(String) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of returning the correct result if the number of columns exceeds 2^31-1. Use Mata.getMataColTotal(String) instead.
getMataColTotal(String) - Static method in class com.stata.sfi.Mata
Get the number of columns in a Mata matrix.
getMataComp(String) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of returning the matrix if the resulting array would exceed 2^31-1 elements. Use Mata.getMataCompAt(String, long, long) instead.
getMataCompAt(String, long, long) - Static method in class com.stata.sfi.Mata
Read a complex Mata matrix element.
getMataCompAt(String, int, int) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of accessing rows or columns beyond 2^31-1. Use Mata.getMataCompAt(String, long, long) instead.
getMataEltype(String) - Static method in class com.stata.sfi.Mata
Get the type of a Mata object.
getMataReal(String) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of returning the matrix if the resulting array would exceed 2^31-1 elements. Use Mata.getMataRealAt(String, long, long) instead.
getMataRealAt(String, long, long) - Static method in class com.stata.sfi.Mata
Read a real Mata matrix element.
getMataRealAt(String, int, int) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of accessing rows or columns beyond 2^31-1. Use Mata.getMataRealAt(String, long, long) instead.
getMataRow(String) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of returning the correct result if the number of rows exceeds 2^31-1. Use Mata.getMataRowTotal(String) instead.
getMataRowTotal(String) - Static method in class com.stata.sfi.Mata
Get the number of rows in a Mata matrix.
getMataString(String) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of returning the matrix if the resulting array would exceed 2^31-1 elements. Use Mata.getMataStringAt(String, long, long) instead.
getMataStringAt(String, long, long) - Static method in class com.stata.sfi.Mata
Read a string Mata matrix element.
getMataStringAt(String, int, int) - Static method in class com.stata.sfi.Mata
Deprecated.
This method is not capable of accessing rows or columns beyond 2^31-1. Use Mata.getMataStringAt(String, long, long) instead.
getMatrix(String) - Static method in class com.stata.sfi.Matrix
Get the data in a Stata matrix.
getMatrixCol(String) - Static method in class com.stata.sfi.Matrix
Get the number of columns in a Stata matrix.
getMatrixColNames(String) - Static method in class com.stata.sfi.Matrix
Get the column names of a Stata matrix.
getMatrixRow(String) - Static method in class com.stata.sfi.Matrix
Get the number of rows in a Stata matrix.
getMatrixRowNames(String) - Static method in class com.stata.sfi.Matrix
Get the row names of a Stata matrix.
getMaxStrLength() - Static method in class com.stata.sfi.Data
Get the maximum length of a Stata string variable of type str.
getMaxVars() - Static method in class com.stata.sfi.Data
Get the maximum number of variables Stata currently allows.
getMissingValue() - Static method in class com.stata.sfi.Data
Get a Stata missing value.
getNames() - Static method in class com.stata.sfi.ValueLabel
Get the names of all value labels in the current dataset.
getNum(int, long) - Static method in class com.stata.sfi.Data
Read a numeric value from the current Stata dataset.
getNum(int, int) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.getNum(int, long) instead.
getNum(String, int, long) - Static method in class com.stata.sfi.DataFrame
Read a numeric value from a data frame.
getNum(String, int, int) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot access observations beyond 2^31-1. Use DataFrame.getNum(String, int, long) instead.
getObsCount() - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot get counts beyond 2^31-1. Use Data.getObsTotal() instead.
getObsCount(String) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot get counts beyond 2^31-1. Use DataFrame.getObsTotal(String) instead.
getObsParsedIn1() - Static method in class com.stata.sfi.Data
Get the first in a range of observations if javacall was called with the in qualifier.
getObsParsedIn2() - Static method in class com.stata.sfi.Data
Get the last in a range of observations if javacall was called with the in qualifier.
getObsTotal() - Static method in class com.stata.sfi.Data
Get the number of observations in the current Stata dataset.
getObsTotal(String) - Static method in class com.stata.sfi.DataFrame
Get the number of observations in a data frame.
getParsedIn1() - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot get observations beyond 2^31-1. Use Data.getObsParsedIn1() instead.
getParsedIn2() - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot get observations beyond 2^31-1. Use Data.getObsParsedIn2() instead.
getParsedVarCount() - Static method in class com.stata.sfi.Data
Get the number of variables specified when javacall was called.
getPosition() - Method in class com.stata.sfi.StrLConnector
Get the current access position.
getRealAt(double[], int, int, int) - Static method in class com.stata.sfi.Mata
Get an element from a previously returned matrix.
getRealOfString(String) - Static method in class com.stata.sfi.Data
Get the double representation of a String using Stata's real() function.
getSavedPref(String, String, String) - Static method in class com.stata.sfi.util.Preference
Get a saved preference.
getSize() - Method in class com.stata.sfi.StrLConnector
Get the total number of bytes available in the strL.
getStr(int, long) - Static method in class com.stata.sfi.Data
Read a string value from the current Stata dataset.
getStr(int, int) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.getStr(int, long) instead.
getStr(String, int, long) - Static method in class com.stata.sfi.DataFrame
Read a string value from a data frame.
getStr(String, int, int) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot access observations beyond 2^31-1. Use DataFrame.getStr(String, int, long) instead.
getString(String) - Static method in class com.stata.sfi.Scalar
Get the contents of a Stata string scalar.
getString(String, int) - Static method in class com.stata.sfi.Scalar
Get the contents of a Stata string scalar.
getStringAt(String[], int, int, int) - Static method in class com.stata.sfi.Mata
Get an element from a previously returned matrix.
getStrVarWidth(int) - Static method in class com.stata.sfi.Data
Get the width of a variable of type str.
getStrVarWidth(String, int) - Static method in class com.stata.sfi.DataFrame
Get the width of a variable of type str.
getTempFile() - Static method in class com.stata.sfi.SFIToolkit
Get a valid Stata temporary filename.
getTempName() - Static method in class com.stata.sfi.SFIToolkit
Get a valid Stata temporary name.
getType(int) - Static method in class com.stata.sfi.Data
Get the data type for the specified variable.
getType(String, int) - Static method in class com.stata.sfi.DataFrame
Get the numeric data type for the specified variable.
getValue(String) - Static method in class com.stata.sfi.Scalar
Get the contents of a Stata scalar.
getValue(String, int) - Static method in class com.stata.sfi.Scalar
Get the contents of a Stata scalar.
getValueLabels(String) - Static method in class com.stata.sfi.ValueLabel
Get the values and labels for a specified value-label name.
getValues(String) - Static method in class com.stata.sfi.ValueLabel
Get the values associated with a single value-label name.
getVarCount() - Static method in class com.stata.sfi.Data
Get the number of variables in the current Stata dataset.
getVarCount(String) - Static method in class com.stata.sfi.DataFrame
Get the number of variables in a data frame.
getVarFormat(int) - Static method in class com.stata.sfi.Data
Get the format for a Stata variable.
getVarFormat(String, int) - Static method in class com.stata.sfi.DataFrame
Get the format for a variable in a data frame.
getVariableChar(String, String) - Static method in class com.stata.sfi.Characteristic
Get a characteristic for a variable in the current dataset.
getVarIndex(String) - Static method in class com.stata.sfi.Data
Look up the variable index for the specified name in the current Stata dataset.
getVarIndex(String, String) - Static method in class com.stata.sfi.DataFrame
Look up the variable index for the specified name in the data frame.
getVarLabel(int) - Static method in class com.stata.sfi.Data
Get the label for a Stata variable.
getVarName(int) - Static method in class com.stata.sfi.Data
Get the variable name at a given variable index.
getVarName(String, int) - Static method in class com.stata.sfi.DataFrame
Get the variable name at a given variable index.
getVarValueLabel(int) - Static method in class com.stata.sfi.ValueLabel
Get the value-label name associated with a variable.
getWorkingDir() - Static method in class com.stata.sfi.SFIToolkit
Get the current Stata working directory.

I

isBinary() - Method in class com.stata.sfi.StrLConnector
Determine if the attached strL has been marked as binary.
isLinux() - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Linux.
isMac() - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Mac OS.
isParsedIfTrue(long) - Static method in class com.stata.sfi.Data
Determine if an observation for the if expression qualifier used with javacall is true or false.
isParsedIfTrue(int) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.isParsedIfTrue(long) instead.
isSolaris() - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Solaris.
isTypeComplex(String) - Static method in class com.stata.sfi.Mata
Determine if the matrix type is complex.
isTypeReal(String) - Static method in class com.stata.sfi.Mata
Determine if the matrix type is real.
isTypeString(String) - Static method in class com.stata.sfi.Mata
Determine if the matrix type is string.
isUnix() - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Unix or Linux.
isValidName(String) - Static method in class com.stata.sfi.SFIToolkit
Check if a String is a valid Stata name.
isValidVariableName(String) - Static method in class com.stata.sfi.SFIToolkit
Check if a String is a valid Stata variable name.
isValueMissing(double) - Static method in class com.stata.sfi.Data
Test if a value is a Stata missing.
isVarlistSpecified() - Static method in class com.stata.sfi.Data
Determine if a varlist was specified with javacall.
isVarTypeStr(int) - Static method in class com.stata.sfi.Data
Test if a variable is of type str.
isVarTypeStr(String, int) - Static method in class com.stata.sfi.DataFrame
Test if a variable is of type str.
isVarTypeString(int) - Static method in class com.stata.sfi.Data
Test if a variable's type is string.
isVarTypeString(String, int) - Static method in class com.stata.sfi.DataFrame
Test if a variable is string or numeric.
isVarTypeStrL(int) - Static method in class com.stata.sfi.Data
Test if a variable is of type strL.
isVarTypeStrL(String, int) - Static method in class com.stata.sfi.DataFrame
Test if a variable is of type strL.
isWindows() - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Windows.
isWindows(double) - Static method in class com.stata.sfi.util.Platform
Determine if the platform is Windows and the version is greater than or equal to the version specified.

M

Macro - Class in com.stata.sfi
This class provides access to Stata macros.
makeVarName(String, boolean) - Static method in class com.stata.sfi.Data
Attempt to form a valid variable name from a string.
mapParsedVarIndex(int) - Static method in class com.stata.sfi.Data
Map the variable index from the parsed varlist.
Mata - Class in com.stata.sfi
This class provides access to global Mata matrices.
Matrix - Class in com.stata.sfi
This class provides access to Stata matrices.

P

Platform - Class in com.stata.sfi.util
A set of utilities for getting platform information.
pollnow() - Static method in class com.stata.sfi.SFIToolkit
Request that Stata poll its GUI immediately.
pollstd() - Static method in class com.stata.sfi.SFIToolkit
Request that Stata poll its GUI at the standard interval.
Preference - Class in com.stata.sfi.util
A set of utilities for loading and saving preferences.

R

RC_BREAK - Static variable in class com.stata.sfi.SFIToolkit
 
RC_GENERAL_ERROR - Static variable in class com.stata.sfi.SFIToolkit
 
RC_GENERAL_EXCEPTION - Static variable in class com.stata.sfi.SFIToolkit
 
RC_SYNTAX_ERROR - Static variable in class com.stata.sfi.SFIToolkit
 
readBytes(StrLConnector, byte[], int, int) - Static method in class com.stata.sfi.Data
Read a sequence of bytes from a strL in the current Stata dataset.
readBytes(StrLConnector, byte[]) - Static method in class com.stata.sfi.Data
Read a sequence of bytes from a strL in the current Stata dataset.
readBytes(StrLConnector, byte[], int, int) - Static method in class com.stata.sfi.DataFrame
Read a sequence of bytes from a strL in the current Stata dataset.
readBytes(StrLConnector, byte[]) - Static method in class com.stata.sfi.DataFrame
Read a sequence of bytes from a strL in the current Stata dataset.
removeLabel(String) - Static method in class com.stata.sfi.ValueLabel
Remove a value-label name.
removeLabelValue(String, int) - Static method in class com.stata.sfi.ValueLabel
Remove a value-label value.
removeVarValueLabel(int) - Static method in class com.stata.sfi.ValueLabel
Remove a value-label name from a variable.
renameVar(int, String) - Static method in class com.stata.sfi.Data
Rename a Stata variable.
reset() - Method in class com.stata.sfi.StrLConnector
Reset the access position to its initial value.

S

Scalar - Class in com.stata.sfi
This class provides access to Stata scalars.
setDtaChar(String, String) - Static method in class com.stata.sfi.Characteristic
Set a characteristic for the current dataset.
setGlobal(String, String) - Static method in class com.stata.sfi.Macro
Set the value of a global macro.
setGlobal(String, String, int) - Static method in class com.stata.sfi.Macro
Set the value of a global macro.
setGlobal(String, String, int, int) - Static method in class com.stata.sfi.Macro
Set the value of a global macro.
setGlobal(String, String, int, String) - Static method in class com.stata.sfi.Macro
Set the value of a global macro.
setLabelValue(String, int, String) - Static method in class com.stata.sfi.ValueLabel
Set a value and label for a value-label name.
setLocal(String, String) - Static method in class com.stata.sfi.Macro
Set the value of a local macro.
setMatrixColNames(String, String[]) - Static method in class com.stata.sfi.Matrix
Set the column names of a Stata matrix.
setMatrixRowNames(String, String[]) - Static method in class com.stata.sfi.Matrix
Set the row names of a Stata matrix.
setObsCount(int) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot set observations beyond 2^31-1. Use Data.setObsTotal(long) instead.
setObsCount(String, int) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot set observations beyond 2^31-1. Use DataFrame.setObsTotal(String, long) instead.
setObsTotal(long) - Static method in class com.stata.sfi.Data
Set the number of observations in the current Stata dataset.
setObsTotal(String, long) - Static method in class com.stata.sfi.DataFrame
Set the number of observations in a data frame.
setPosition(long) - Method in class com.stata.sfi.StrLConnector
Set the access position.
setSavedPref(String, String, String) - Static method in class com.stata.sfi.util.Preference
Write a saved preference.
setString(String, String) - Static method in class com.stata.sfi.Scalar
Set the contents of a Stata string scalar.
setString(String, String, int) - Static method in class com.stata.sfi.Scalar
Set the contents of a Stata string scalar.
setValue(String, double) - Static method in class com.stata.sfi.Scalar
Set the value of a Stata scalar.
setValue(String, double, int) - Static method in class com.stata.sfi.Scalar
Set the value of a Stata scalar.
setValue(String, double, int, int) - Static method in class com.stata.sfi.Scalar
Set the value of a Stata scalar.
setValue(String, double, int, String) - Static method in class com.stata.sfi.Scalar
Set the value of a Stata scalar.
setVarFormat(int, String) - Static method in class com.stata.sfi.Data
Set the format for a Stata variable.
setVarFormat(String, int, String) - Static method in class com.stata.sfi.DataFrame
Set the format for a variable in a data frame.
setVariableChar(String, String, String) - Static method in class com.stata.sfi.Characteristic
Set a characteristic for a variable in the current dataset.
setVarLabel(int, String) - Static method in class com.stata.sfi.Data
Set the label for a Stata variable.
setVarValueLabel(int, String) - Static method in class com.stata.sfi.ValueLabel
Set the value label for a variable.
SFIToolkit - Class in com.stata.sfi
This class provides a set of core tools for interacting with Stata.
stackTraceToString(Exception) - Static method in class com.stata.sfi.SFIToolkit
Convert the stack trace from an Exception to a String.
storeBytes(StrLConnector, byte[], boolean) - Static method in class com.stata.sfi.Data
Store a byte buffer to a strL in the current Stata dataset.
storeBytes(String, int, long, byte[], boolean) - Static method in class com.stata.sfi.DataFrame
Store a byte buffer to a strL in the current Stata dataset.
storeMatrixAt(String, int, int, double) - Static method in class com.stata.sfi.Matrix
Store an element in an existing Stata matrix.
storeNum(int, long, double) - Static method in class com.stata.sfi.Data
Store a numeric value in the current Stata dataset.
storeNum(int, int, double) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.storeNum(int, long, double) instead.
storeNum(String, int, long, double) - Static method in class com.stata.sfi.DataFrame
Store a numeric value in a data frame.
storeNum(String, int, int, double) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot access observations beyond 2^31-1. Use DataFrame.storeNum(String, int, long, double) instead.
storeStr(int, long, String) - Static method in class com.stata.sfi.Data
Store a string value in the current Stata dataset.
storeStr(int, int, String) - Static method in class com.stata.sfi.Data
Deprecated.
This method cannot access observations beyond 2^31-1. Use Data.storeStr(int, long, String) instead.
storeStr(String, int, long, String) - Static method in class com.stata.sfi.DataFrame
Store a string value in a data frame.
storeStr(String, int, int, String) - Static method in class com.stata.sfi.DataFrame
Deprecated.
This method cannot access observations beyond 2^31-1. Use DataFrame.storeStr(String, int, long, String) instead.
StrLConnector - Class in com.stata.sfi
This class facilitates access to Stata's strL datatype.
StrLConnector(int, long) - Constructor for class com.stata.sfi.StrLConnector
Creates a StrLConnector and connects it to a specific strL in the Stata dataset; see Data.
StrLConnector(String, int, long) - Constructor for class com.stata.sfi.StrLConnector
Creates a StrLConnector and connects it to a specific strL in the specified DataFrame.

T

TYPE_BYTE - Static variable in class com.stata.sfi.Data
 
TYPE_DOUBLE - Static variable in class com.stata.sfi.Data
 
TYPE_FLOAT - Static variable in class com.stata.sfi.Data
 
TYPE_INT - Static variable in class com.stata.sfi.Data
 
TYPE_LONG - Static variable in class com.stata.sfi.Data
 
TYPE_STR - Static variable in class com.stata.sfi.Data
 
TYPE_STRL - Static variable in class com.stata.sfi.Data
 

V

ValueLabel - Class in com.stata.sfi
This class provides access to Stata's value labels.

W

writeBytes(StrLConnector, byte[]) - Static method in class com.stata.sfi.Data
Write a byte buffer to a strL in the current Stata dataset; the strL must be allocated using allocateStrL before calling this method.
writeBytes(StrLConnector, byte[], int, int) - Static method in class com.stata.sfi.Data
Write len bytes from the specified byte buffer starting at offset off to a strL in the current Stata dataset; the strL must be allocated using allocateStrL before calling this method.
writeBytes(StrLConnector, byte[]) - Static method in class com.stata.sfi.DataFrame
Write a byte buffer to a strL in the current Stata dataset; the strL must be allocated using allocateStrL before calling this method.
writeBytes(StrLConnector, byte[], int, int) - Static method in class com.stata.sfi.DataFrame
Write len bytes from the specified byte buffer starting at offset off to a strL in the current Stata dataset; the strL must be allocated using allocateStrL before calling this method.
A C D E F G I M P R S T V W 
Skip navigation links