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

A

AbsFloat - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:absFloat.
AbsFloat() - Constructor for class org.ballerinalang.nativeimpl.math.AbsFloat
 
AbsInt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:absInt.
AbsInt() - Constructor for class org.ballerinalang.nativeimpl.math.AbsInt
 
AbstractChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents the channel which allows reading/writing bytes to I/O devices.
AbstractChannel(ByteChannel) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.AbstractChannel
Creates a ballerina channel which will source/sink from I/O resource.
AbstractLogFunction - Class in org.ballerinalang.nativeimpl.log
Base class for the other log functions, containing a getter to retrieve the correct logger, given a package name.
AbstractLogFunction() - Constructor for class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
AbstractNativeChannel - Class in org.ballerinalang.nativeimpl.io.channels
For I/O APIs to work it requires each I/O source (file,tcp socket) to return a generic ByteChannel.
AbstractNativeChannel() - Constructor for class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
 
AbstractRegexFunction - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Abstract native function which serves as base class for writing Regex related native functions.
AbstractRegexFunction() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.AbstractRegexFunction
 
AbstractSQLAction - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
AbstractSQLAction is the base class for all SQL Action.
AbstractSQLAction() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
AbstractTimeFunction - Class in org.ballerinalang.nativeimpl.builtin.timelib
Contains utility methods for time related functions.
AbstractTimeFunction() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.AbstractTimeFunction
 
ACCESS_DENIED_ERROR - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
Acos - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:acos.
Acos() - Constructor for class org.ballerinalang.nativeimpl.math.Acos
 
addAppointment(Appointment) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
AddDuration - Class in org.ballerinalang.nativeimpl.builtin.timelib
Add given durations to the time.
AddDuration() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.AddDuration
 
addTimer(Timer) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
APPLICATION_FORM - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/x-www-form-urlencoded.
APPLICATION_JSON - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/json.
APPLICATION_XML - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/xml.
Appointment - Class in org.ballerinalang.nativeimpl.task.appointment
Represents an appointment.
AppointmentConstants - Class in org.ballerinalang.nativeimpl.task.appointment
Constants related appointments.
AppointmentConstants() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
AppointmentJob - Class in org.ballerinalang.nativeimpl.task.appointment
Represents a Quartz job related to an appointment.
AppointmentJob() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.AppointmentJob
 
AppointmentManager - Class in org.ballerinalang.nativeimpl.task.appointment
Manages appointments.
ARRAY - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Asin - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:asin.
Asin() - Constructor for class org.ballerinalang.nativeimpl.math.Asin
 
Atan - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:atan.
Atan() - Constructor for class org.ballerinalang.nativeimpl.math.Atan
 
Atan2 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:atan2.
Atan2() - Constructor for class org.ballerinalang.nativeimpl.math.Atan2
 

B

BALLERINA_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_ON_ERROR_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_ON_TRIGGER_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_PARENT_CONTEXT - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BallerinaIOException - Exception in org.ballerinalang.nativeimpl.io
Will be used to throw Ballerina I/O related runtime exceptions.
BallerinaIOException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.io.BallerinaIOException
 
BallerinaIOException(String) - Constructor for exception org.ballerinalang.nativeimpl.io.BallerinaIOException
 
BalScheduleAppointment - Class in org.ballerinalang.nativeimpl.task.appointment
Native function ballerina.task:scheduleAppointment.
BalScheduleAppointment() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.BalScheduleAppointment
 
BalScheduleTimer - Class in org.ballerinalang.nativeimpl.task.timer
Native function ballerina.task:scheduleTimer.
BalScheduleTimer() - Constructor for class org.ballerinalang.nativeimpl.task.timer.BalScheduleTimer
 
BalStopTask - Class in org.ballerinalang.nativeimpl.task.stop
Native function ballerina.model.task:stopTask.
BalStopTask() - Constructor for class org.ballerinalang.nativeimpl.task.stop.BalStopTask
 
Base16ToBase64Encode - Class in org.ballerinalang.nativeimpl.util
Native function ballerina.util:base16ToBase64Encode.
Base16ToBase64Encode() - Constructor for class org.ballerinalang.nativeimpl.util.Base16ToBase64Encode
 
Base64Decode - Class in org.ballerinalang.nativeimpl.util
Native function ballerina.util:base64Decode.
Base64Decode() - Constructor for class org.ballerinalang.nativeimpl.util.Base64Decode
 
Base64Encode - Class in org.ballerinalang.nativeimpl.util
Native function ballerina.util:base64Encode.
Base64Encode() - Constructor for class org.ballerinalang.nativeimpl.util.Base64Encode
 
Base64ToBase16Encode - Class in org.ballerinalang.nativeimpl.util
Native function ballerina.util:base64ToBase16Encode.
Base64ToBase16Encode() - Constructor for class org.ballerinalang.nativeimpl.util.Base64ToBase16Encode
 
BatchUpdate - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
BatchUpdate is the Batch update action implementation of the SQL Connector.
BatchUpdate() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.BatchUpdate
 
BIGINT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
BINARY - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
BIT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
BLOB - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
BOOLEAN - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Buffer - Class in org.ballerinalang.nativeimpl.io.channels.base
Specialized ByteBuffer which will dynamically resize, maintain state and call the underlying ByteChannel as necessary to return the required amount of bytes.
Buffer(int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.Buffer
 
BuiltInUtils - Class in org.ballerinalang.util
 
BuiltInUtils() - Constructor for class org.ballerinalang.util.BuiltInUtils
 
BYTE_CHANNEL_NAME - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Name of the ByteChannel which will be represented through the native struct.

C

Call - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Call is the Call action implementation of the SQL Connector.
Call() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.Call
 
Cbrt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cbrt.
Cbrt() - Constructor for class org.ballerinalang.nativeimpl.math.Cbrt
 
Ceil - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:ceil.
Ceil() - Constructor for class org.ballerinalang.nativeimpl.math.Ceil
 
Channel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents Ballerina Byte Channel.
Channel(ByteChannel, int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.Channel
 
CHANNEL_BUFFER_SIZE - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
The size of the buffer allocated for reading bytes from the channel (15~ KB).
CHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
CharacterChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents the channel to perform character I/O operations.
CharacterChannel(AbstractChannel, String) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
 
Children - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Selects and concatenate all the children of the elements in an XML.
Children() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Children
 
cleanupConnection(ResultSet, Statement, Connection, boolean) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will close Database connection, statement and the resultset.
Clear - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to clear map entries.
Clear() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.Clear
 
ClientConnectorFuture - Class in org.ballerinalang.nativeimpl.actions
ClientConnectorFuture This connector future will be provided to the ballerina side to get notifications from client connections.
ClientConnectorFuture() - Constructor for class org.ballerinalang.nativeimpl.actions.ClientConnectorFuture
 
CLOB - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Close - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Close is the Close action implementation of the SQL Connector Connection pool.
Close() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.Close
 
close(boolean) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
close() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
Close - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to clear connection resources in the table.
Close() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.Close
 
Close - Class in org.ballerinalang.nativeimpl.file
Can be used to close a file object.
Close() - Constructor for class org.ballerinalang.nativeimpl.file.Close
 
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.AbstractChannel
Closes the given channel.
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Closes the given channel.
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.TextRecordChannel
Closes the record channel.
Close - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#close.
Close() - Constructor for class org.ballerinalang.nativeimpl.io.Close
 
CloseCharacterChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#closeCharacterChannel.
CloseCharacterChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CloseCharacterChannel
 
closeConnectionPool() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
closeConnections(SQLDatasource) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
CloseTextRecordChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#closeTextRecordChannel.
CloseTextRecordChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CloseTextRecordChannel
 
commit() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
COMPILED_REGEX - Static variable in class org.ballerinalang.nativeimpl.builtin.stringlib.REGEXConstants
 
CONNECTOR_NAME - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
Constants - Class in org.ballerinalang.nativeimpl.actions.data.sql
Constants for SQL Data Connectors.
Constants() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
Constants - Class in org.ballerinalang.nativeimpl.file.utils
Constants used by the file API.
Constants() - Constructor for class org.ballerinalang.nativeimpl.file.utils.Constants
 
Constants - Class in org.ballerinalang.nativeimpl.lang.utils
Constants related to Ballerina model packages.
Constants() - Constructor for class org.ballerinalang.nativeimpl.lang.utils.Constants
 
Constants.DBTypes - Class in org.ballerinalang.nativeimpl.actions.data.sql
DB Types with first class support.
Constants.DefaultPort - Class in org.ballerinalang.nativeimpl.actions.data.sql
Constants default DB ports.
Constants.QueryParamDirection - Class in org.ballerinalang.nativeimpl.actions.data.sql
Constants for SQL Query Parameter direction.
Constants.SQLDataTypes - Class in org.ballerinalang.nativeimpl.actions.data.sql
Constants for SQL DataTypes.
Constants.XADataSources - Class in org.ballerinalang.nativeimpl.actions.data.sql
XA Datasoruce for DB Types with first class support.
Contains - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:contains.
Contains() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Contains
 
CONTENT_TYPE - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
Content type HTTP header.
copy() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
Copy - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Make a deep copy of an XML.
Copy() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Copy
 
Copy - Class in org.ballerinalang.nativeimpl.file
Copies a file from a given location to another.
Copy() - Constructor for class org.ballerinalang.nativeimpl.file.Copy
 
CopySign - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:copySign.
CopySign() - Constructor for class org.ballerinalang.nativeimpl.math.CopySign
 
Cos - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cos.
Cos() - Constructor for class org.ballerinalang.nativeimpl.math.Cos
 
Cosh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cosh.
Cosh() - Constructor for class org.ballerinalang.nativeimpl.math.Cosh
 
createAccessDeniedError(Context, String) - Static method in class org.ballerinalang.nativeimpl.file.utils.FileUtils
 
createConversionError(Context, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
createFileStruct(Context, String) - Static method in class org.ballerinalang.nativeimpl.file.utils.FileUtils
 
createIOError(Context, String) - Static method in class org.ballerinalang.nativeimpl.file.utils.FileUtils
 
CreateNewFile - Class in org.ballerinalang.nativeimpl.file
Creates the file at the path specified in the File struct.
CreateNewFile() - Constructor for class org.ballerinalang.nativeimpl.file.CreateNewFile
 
CreateTime - Class in org.ballerinalang.nativeimpl.builtin.timelib
Create a time from the given time components.
CreateTime() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.CreateTime
 
createTimeStruct(StructInfo, StructInfo, long, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
createTimeZone(StructInfo, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
CurrentTime - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the current local time with local timezone information.
CurrentTime() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.CurrentTime
 

D

DATASOURCE_KEY - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
DATE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
DATETIME - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Day - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the day value for the given time.
Day() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Day
 
DBTypes() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
DECIMAL - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
DefaultPort() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
Delete - Class in org.ballerinalang.nativeimpl.file
Deletes a file from a given location.
Delete() - Constructor for class org.ballerinalang.nativeimpl.file.Delete
 
DERBY_FILE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
DERBY_FILE_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
DERBY_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
DERBY_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
DERBY_SERVER_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
DIR_INOUT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 
DIR_OUT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 
done() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
DOUBLE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 

E

Elements - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get all the elements-type items of a xml.
Elements() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Elements
 
EqualsIgnoreCase - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:equalsIgnoreCase.
EqualsIgnoreCase() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.EqualsIgnoreCase
 
ErrorHandler - Class in org.ballerinalang.nativeimpl.lang.utils
Utility class containing error handling methods for native model classes.
ErrorHandler() - Constructor for class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.BatchUpdate
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.Call
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.Close
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.Init
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.Select
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.Update
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.UpdateWithGeneratedKeys
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.bloblib.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.GetKeys
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.Remove
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.ToXML
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.Clear
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.GetKeys
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.GetValues
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.HasKey
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.Remove
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Contains
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.EqualsIgnoreCase
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.FindAllWithRegex
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.HasPrefix
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.HasSuffix
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.IndexOf
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.LastIndexOf
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Length
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.MatchesWithRegex
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Replace
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAll
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAllWithRegex
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirst
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirstWithRegex
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Split
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.SubString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToBlob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToLowerCase
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToUpperCase
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Trim
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Unescape
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.GetEnv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.PrintAny
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.PrintlnAny
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.Sleep
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.Close
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.GetNext
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.HasNext
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.AddDuration
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.CreateTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.CurrentTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Day
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Format
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.GetDate
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.GetTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Hour
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.MilliSecond
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Minute
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Month
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Parse
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Second
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.SubtractDuration
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.ToTimezone
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.WeekDay
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.timelib.Year
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Children
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Copy
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Elements
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetElementName
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetItemType
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetTextValue
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.IsEmpty
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.IsSingleton
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.RemoveAttribute
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Select
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SelectChildren
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SelectDescendants
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SetAttributes
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SetChildren
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Slice
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Strip
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.ToJSON
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.config.GetGlobalValue
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.config.GetInstanceValue
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Close
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Copy
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.CreateNewFile
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Delete
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Exists
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.GetModifiedTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.GetName
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.IsDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.IsReadable
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.IsWritable
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.ListFiles
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Mkdirs
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Move
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.Open
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.Close
Closes the byte channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.CloseCharacterChannel
Closes a character channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.CloseTextRecordChannel
Closes a text record channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.HasNextTextRecord
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.NextTextRecord
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ReadAllBytes
Reads bytes from a given channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ReadAllCharacters
Reads characters from the channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ReadBytes
Reads bytes from a given channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ReadCharacters
Reads characters from the channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ToCharacterChannel
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ToTextRecordChannel
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.WriteBytes
Writes bytes to a given channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.WriteCharacters
Writes characters to a given file.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.WriteTextRecord
Writes records for a given file.
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogDebug
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogError
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogErrorCause
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogInfo
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogTrace
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogWarn
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.AbsFloat
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.AbsInt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Acos
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Asin
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Atan
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Atan2
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cbrt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Ceil
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.CopySign
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cos
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cosh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Exp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Expm1
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Exponent
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Floor
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.FloorDiv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.FloorMod
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Hypot
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.IEEERemainder
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log10
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log1p
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NegateExact
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextAfter
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextDown
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextUp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Pow
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Random
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.RandomInRange
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Rint
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Round
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Scalb
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Signum
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sin
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sinh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sqrt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Tan
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Tanh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.ToDegrees
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.ToRadians
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Ulp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.os.GetArchitecture
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.os.GetEnv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.os.GetMultivaluedEnv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.os.GetName
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.os.GetVersion
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetCurrentDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetFileEncoding
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetProperties
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetProperty
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.SetProperty
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.SleepCurrentThread
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.security.crypto.GetHash
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
execute(Context) - Method in class org.ballerinalang.nativeimpl.security.crypto.GetHmac
 
execute(JobExecutionContext) - Method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentJob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.appointment.BalScheduleAppointment
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.stop.BalStopTask
 
execute(AbstractNativeFunction, Context, FunctionRefCPEntry, FunctionRefCPEntry, ProgramFile, Context) - Static method in class org.ballerinalang.nativeimpl.task.TaskExecutor
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.timer.BalScheduleTimer
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.user.GetCountry
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.user.GetHome
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.user.GetLanguage
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.user.GetLocale
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.user.GetName
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.util.Base16ToBase64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.util.Base64Decode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.util.Base64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.util.Base64ToBase16Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.util.Uuid
 
executeBatchUpdate(Context, SQLDatasource, String, BRefValueArray) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
executeProcedure(Context, SQLDatasource, String, BRefValueArray, BStructType) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
executeQuery(Context, SQLDatasource, String, BRefValueArray, BStructType) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
executeUpdate(Context, SQLDatasource, String, BRefValueArray) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
executeUpdateWithKeys(Context, SQLDatasource, String, BStringArray, BRefValueArray) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
Exists - Class in org.ballerinalang.nativeimpl.file
Can be used to check whether a file exists.
Exists() - Constructor for class org.ballerinalang.nativeimpl.file.Exists
 
Exp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:exp.
Exp() - Constructor for class org.ballerinalang.nativeimpl.math.Exp
 
Expm1 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:expm1.
Expm1() - Constructor for class org.ballerinalang.nativeimpl.math.Expm1
 
Exponent - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:getExponent.
Exponent() - Constructor for class org.ballerinalang.nativeimpl.math.Exponent
 

F

FILE_NOT_FOUND_ERROR - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
FILE_NOT_OPENED_ERROR - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
FILE_PACKAGE - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
FILE_STRUCT - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
FileIOChannel - Class in org.ballerinalang.nativeimpl.io.channels
Represents the channel to perform I/O operations on file.
FileIOChannel(FileChannel, int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.FileIOChannel
 
FileUtils - Class in org.ballerinalang.nativeimpl.file.utils
A util class for handling struct creation.
FileUtils() - Constructor for class org.ballerinalang.nativeimpl.file.utils.FileUtils
 
FindAllWithRegex - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:findAllWithRegex.
FindAllWithRegex() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.FindAllWithRegex
 
FLOAT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Floor - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floor.
Floor() - Constructor for class org.ballerinalang.nativeimpl.math.Floor
 
FloorDiv - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floorDiv.
FloorDiv() - Constructor for class org.ballerinalang.nativeimpl.math.FloorDiv
 
FloorMod - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floorMod.
FloorMod() - Constructor for class org.ballerinalang.nativeimpl.math.FloorMod
 
Format - Class in org.ballerinalang.nativeimpl.builtin.timelib
Convert a Time to string in the given format.
Format() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Format
 

G

generate() - Static method in class org.ballerinalang.nativeimpl.task.TaskIdGenerator
 
generateNext() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
get(int, AbstractChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Buffer
Get readable byte buffer.
GetArchitecture - Class in org.ballerinalang.nativeimpl.os
Native function ballerina.os:getArchitecture.
GetArchitecture() - Constructor for class org.ballerinalang.nativeimpl.os.GetArchitecture
 
getArray(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getBlob(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getBoolean(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getColumnDefinitions() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getColumnType(int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This method will return equal ballerina data type for SQL type.
getConnection() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
getConnectorId() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
GetCountry - Class in org.ballerinalang.nativeimpl.user
Native function ballerina.user:getCountry.
GetCountry() - Constructor for class org.ballerinalang.nativeimpl.user.GetCountry
 
GetCurrentDirectory - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:getCurrentDirectory.
GetCurrentDirectory() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetCurrentDirectory
 
getDatabaseName() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
GetDate - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the year,month and date value for the given time.
GetDate() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.GetDate
 
GetElementName - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the fully qualified name of the element as a string.
GetElementName() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetElementName
 
GetEnv - Class in org.ballerinalang.nativeimpl.builtin.systemlib
Native function ballerina.model.system:getEnv.
GetEnv() - Constructor for class org.ballerinalang.nativeimpl.builtin.systemlib.GetEnv
 
GetEnv - Class in org.ballerinalang.nativeimpl.os
Native function ballerina.os:getEnv.
GetEnv() - Constructor for class org.ballerinalang.nativeimpl.os.GetEnv
 
GetFileEncoding - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:getFileEncoding.
GetFileEncoding() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetFileEncoding
 
getFloat(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
GetGlobalValue - Class in org.ballerinalang.nativeimpl.config
Native function ballerina.config:getGlobalValue.
GetGlobalValue() - Constructor for class org.ballerinalang.nativeimpl.config.GetGlobalValue
 
GetHash - Class in org.ballerinalang.nativeimpl.security.crypto
Native function ballerina.security.crypto:getHash.
GetHash() - Constructor for class org.ballerinalang.nativeimpl.security.crypto.GetHash
 
GetHmac - Class in org.ballerinalang.nativeimpl.security.crypto
Native function ballerina.security.crypto:getHmac.
GetHmac() - Constructor for class org.ballerinalang.nativeimpl.security.crypto.GetHmac
 
GetHome - Class in org.ballerinalang.nativeimpl.user
Native function ballerina.user:getHome.
GetHome() - Constructor for class org.ballerinalang.nativeimpl.user.GetHome
 
getId() - Method in class org.ballerinalang.nativeimpl.task.appointment.Appointment
 
getId() - Method in class org.ballerinalang.nativeimpl.task.timer.Timer
 
getInstance() - Static method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentManager
 
getInstance() - Static method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
GetInstanceValue - Class in org.ballerinalang.nativeimpl.config
Native function ballerina.config:getInstanceValue.
GetInstanceValue() - Constructor for class org.ballerinalang.nativeimpl.config.GetInstanceValue
 
getInt(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
GetItemType - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the type of a XML as a string.
GetItemType() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetItemType
 
GetKeys - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Native function ballerina.model.json:getKeys.
GetKeys() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.GetKeys
 
GetKeys - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to get key arrays from the map.
GetKeys() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.GetKeys
 
GetLanguage - Class in org.ballerinalang.nativeimpl.user
Native function ballerina.user:getLanguage.
GetLanguage() - Constructor for class org.ballerinalang.nativeimpl.user.GetLanguage
 
GetLocale - Class in org.ballerinalang.nativeimpl.user
Native function ballerina.user:getLocale.
GetLocale() - Constructor for class org.ballerinalang.nativeimpl.user.GetLocale
 
getLogger(String) - Method in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
GetModifiedTime - Class in org.ballerinalang.nativeimpl.file
Retrieves the last modified time of the specified file.
GetModifiedTime() - Constructor for class org.ballerinalang.nativeimpl.file.GetModifiedTime
 
GetMultivaluedEnv - Class in org.ballerinalang.nativeimpl.os
Native function ballerina.os:getMultivaluedEnv.
GetMultivaluedEnv() - Constructor for class org.ballerinalang.nativeimpl.os.GetMultivaluedEnv
 
getName() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator.SQLColumnDefinition
 
GetName - Class in org.ballerinalang.nativeimpl.file
Retrieves the name of the file given by the struct.
GetName() - Constructor for class org.ballerinalang.nativeimpl.file.GetName
 
GetName - Class in org.ballerinalang.nativeimpl.os
Native function ballerina.os:getName.
GetName() - Constructor for class org.ballerinalang.nativeimpl.os.GetName
 
GetName - Class in org.ballerinalang.nativeimpl.user
Native function ballerina.user:getName.
GetName() - Constructor for class org.ballerinalang.nativeimpl.user.GetName
 
GetNext - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to get the current row of a table as a struct.
GetNext() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.GetNext
 
GetProperties - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:getProperties.
GetProperties() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetProperties
 
GetProperty - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:getProperty.
GetProperty() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetProperty
 
getRefArgument(Context, int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
getRefArgument(Context, int) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.PrintAny
 
getRefArgument(Context, int) - Method in class org.ballerinalang.nativeimpl.builtin.systemlib.PrintlnAny
 
getSQLConnection() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
getSqlType() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator.SQLColumnDefinition
 
getString(Clob) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given clob.
getString(Blob) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given blob.
getString(byte[]) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given binary data.
getString(Date) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given date value.
getString(Timestamp) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given timestamp value.
getString(Time) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given time data.
getString(Array) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given array data.
getString(Struct) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
This will retrieve the string value for the given struct data.
getString(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getStruct(int) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getStructType(Context) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
getStructType() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
getSystemProperty(String) - Static method in class org.ballerinalang.util.BuiltInUtils
Returns the system property which corresponds to the given key.
GetTextValue - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the text value of a XML.
GetTextValue() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetTextValue
 
GetTime - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the hour, minute, second and millisecond value for the given time.
GetTime() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.GetTime
 
getTimeStructInfo(Context) - Static method in class org.ballerinalang.nativeimpl.Utils
 
getTimeZoneStructInfo(Context) - Static method in class org.ballerinalang.nativeimpl.Utils
 
getType() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator.SQLColumnDefinition
 
getType() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
GetValues - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to get value array from the map.
GetValues() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.GetValues
 
GetVersion - Class in org.ballerinalang.nativeimpl.os
Native function ballerina.os:getVersion.
GetVersion() - Constructor for class org.ballerinalang.nativeimpl.os.GetVersion
 
getXADataSource() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
getXAResource() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 

H

H2_FILE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
H2_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
H2_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
H2_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
handleInvalidJsonPath(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle invalid/malformed jsonpath exceptions.
handleInvalidXPath(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle invalid/malformed xpath exceptions.
handleJsonException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any json related exception.
handleJsonPathException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any jsonpath related exception.
handleMalformedJson(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any malformed json exception.
handleNonExistingJsonpPath(String, String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle non-existing jsonpath exceptions.
handleUndefineHeader(String) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
 
handleXMLException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any xpath related exception.
HashUtils - Class in org.ballerinalang.util
 
HasKey - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to check existence of key.
HasKey() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.HasKey
 
HasNext - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to check record availability in table.
HasNext() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.HasNext
 
hasNext() - Method in class org.ballerinalang.nativeimpl.io.channels.base.TextRecordChannel
Check whether there are more records or not.
HasNextTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#hasNextTextRecord.
HasNextTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.HasNextTextRecord
 
HasPrefix - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:hasPrefix.
HasPrefix() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.HasPrefix
 
HasSuffix - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:hasSuffix.
HasSuffix() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.HasSuffix
 
Hour - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the hour value for the given time.
Hour() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Hour
 
HSQLDB_FILE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
HSQLDB_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
HSQLDB_SERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
HSQLDB_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
Hypot - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:hypot.
Hypot() - Constructor for class org.ballerinalang.nativeimpl.math.Hypot
 

I

IBMDB2 - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
IBMDB2 - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
IBMDB2_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
IEEERemainder - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:IEEEremainder.
IEEERemainder() - Constructor for class org.ballerinalang.nativeimpl.math.IEEERemainder
 
IN - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 
IndexOf - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:indexOf.
IndexOf() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.IndexOf
 
inFlow(Context) - Method in class org.ballerinalang.nativeimpl.file.OpenChannel
Defines the set of actions which should be performed to created a byte channel.
inFlow(Context) - Method in class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
Defines the set of actions which should be performed to created a byte channel.
Init - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Init is the Init action implementation of the SQL Connector.
Init() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.Init
 
init(BStruct, String, String, int, String, String, String) - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
INOUT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 
INTEGER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
IO_ERROR - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
 
IOConstants - Class in org.ballerinalang.nativeimpl.io
I/O related constants.
IOConstants() - Constructor for class org.ballerinalang.nativeimpl.io.IOConstants
 
IsDirectory - Class in org.ballerinalang.nativeimpl.file
Can be used to check whether a file is a directory.
IsDirectory() - Constructor for class org.ballerinalang.nativeimpl.file.IsDirectory
 
IsEmpty - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Check whether the XML sequence is empty.
IsEmpty() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.IsEmpty
 
IsReadable - Class in org.ballerinalang.nativeimpl.file
Determines whether the user has read access to the specified file.
IsReadable() - Constructor for class org.ballerinalang.nativeimpl.file.IsReadable
 
IsSingleton - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Check whether the XML sequence contains only a single element.
IsSingleton() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.IsSingleton
 
IsWritable - Class in org.ballerinalang.nativeimpl.file
Determines whether the user has write access to the specified file.
IsWritable() - Constructor for class org.ballerinalang.nativeimpl.file.IsWritable
 
isXAConnection() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 

K

KEY_ZONED_DATETIME - Static variable in class org.ballerinalang.nativeimpl.builtin.timelib.AbstractTimeFunction
 

L

LastIndexOf - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:lastIndexOf.
LastIndexOf() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.LastIndexOf
 
Length - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:length.
Length() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Length
 
ListFiles - Class in org.ballerinalang.nativeimpl.file
Lists the files in the specified directory.
ListFiles() - Constructor for class org.ballerinalang.nativeimpl.file.ListFiles
 
loadRepository() - Method in class org.ballerinalang.builtin.StandardSystemPackageRepositoryProvider
 
Log - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log.
Log() - Constructor for class org.ballerinalang.nativeimpl.math.Log
 
Log10 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log10.
Log10() - Constructor for class org.ballerinalang.nativeimpl.math.Log10
 
Log1p - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log1p.
Log1p() - Constructor for class org.ballerinalang.nativeimpl.math.Log1p
 
LOG_MANAGER - Static variable in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
LogDebug - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printDebug.
LogDebug() - Constructor for class org.ballerinalang.nativeimpl.log.LogDebug
 
LogError - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printError.
LogError() - Constructor for class org.ballerinalang.nativeimpl.log.LogError
 
LogErrorCause - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printErrorCause.
LogErrorCause() - Constructor for class org.ballerinalang.nativeimpl.log.LogErrorCause
 
LogInfo - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printInfo.
LogInfo() - Constructor for class org.ballerinalang.nativeimpl.log.LogInfo
 
LogTrace - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printTrace.
LogTrace() - Constructor for class org.ballerinalang.nativeimpl.log.LogTrace
 
logWarn(String, String) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Log a warn.
LogWarn - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printWarn.
LogWarn() - Constructor for class org.ballerinalang.nativeimpl.log.LogWarn
 
LONGNVARCHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
LONGVARBINARY - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
LONGVARCHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 

M

MatchesWithRegex - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:matchesWithRegex.
MatchesWithRegex() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.MatchesWithRegex
 
MilliSecond - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the milli second value for the given time.
MilliSecond() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.MilliSecond
 
Minute - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the minute value for the given time.
Minute() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Minute
 
Mkdirs - Class in org.ballerinalang.nativeimpl.file
This function creates the directory structure denoted by the given File struct.
Mkdirs() - Constructor for class org.ballerinalang.nativeimpl.file.Mkdirs
 
Month - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the month value for the given time.
Month() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Month
 
Move - Class in org.ballerinalang.nativeimpl.file
Moves a file from a given location to another.
Move() - Constructor for class org.ballerinalang.nativeimpl.file.Move
 
MYSQL - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
MYSQL - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
MYSQL_5_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
MYSQL_6_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 

N

NCHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
NCLOB - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
NegateExact - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:negateExact.
NegateExact() - Constructor for class org.ballerinalang.nativeimpl.math.NegateExact
 
next() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
NextAfter - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextAfter.
NextAfter() - Constructor for class org.ballerinalang.nativeimpl.math.NextAfter
 
NextDown - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextDown.
NextDown() - Constructor for class org.ballerinalang.nativeimpl.math.NextDown
 
NextTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#nextTextRecords.
NextTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.NextTextRecord
 
NextUp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextUp.
NextUp() - Constructor for class org.ballerinalang.nativeimpl.math.NextUp
 
notifyFailure(BallerinaConnectorException) - Method in class org.ballerinalang.nativeimpl.actions.ClientConnectorFuture
 
notifyReply(BValue...) - Method in class org.ballerinalang.nativeimpl.actions.ClientConnectorFuture
 
notifySuccess() - Method in class org.ballerinalang.nativeimpl.actions.ClientConnectorFuture
 
NUMERIC - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
NVARCHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 

O

OCTET_STREAM - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/octet-stream.
Open - Class in org.ballerinalang.nativeimpl.file
Gets the streams from a local file.
Open() - Constructor for class org.ballerinalang.nativeimpl.file.Open
 
OpenChannel - Class in org.ballerinalang.nativeimpl.file
Native function to obtain channel.
OpenChannel() - Constructor for class org.ballerinalang.nativeimpl.file.OpenChannel
 
ORACLE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
ORACLE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
ORACLE_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
org.ballerinalang.builtin - package org.ballerinalang.builtin
 
org.ballerinalang.generated.providers - package org.ballerinalang.generated.providers
 
org.ballerinalang.nativeimpl - package org.ballerinalang.nativeimpl
 
org.ballerinalang.nativeimpl.actions - package org.ballerinalang.nativeimpl.actions
 
org.ballerinalang.nativeimpl.actions.data.sql - package org.ballerinalang.nativeimpl.actions.data.sql
 
org.ballerinalang.nativeimpl.actions.data.sql.client - package org.ballerinalang.nativeimpl.actions.data.sql.client
 
org.ballerinalang.nativeimpl.builtin.bloblib - package org.ballerinalang.nativeimpl.builtin.bloblib
 
org.ballerinalang.nativeimpl.builtin.jsonlib - package org.ballerinalang.nativeimpl.builtin.jsonlib
 
org.ballerinalang.nativeimpl.builtin.maplib - package org.ballerinalang.nativeimpl.builtin.maplib
 
org.ballerinalang.nativeimpl.builtin.stringlib - package org.ballerinalang.nativeimpl.builtin.stringlib
 
org.ballerinalang.nativeimpl.builtin.systemlib - package org.ballerinalang.nativeimpl.builtin.systemlib
 
org.ballerinalang.nativeimpl.builtin.tablelib - package org.ballerinalang.nativeimpl.builtin.tablelib
 
org.ballerinalang.nativeimpl.builtin.timelib - package org.ballerinalang.nativeimpl.builtin.timelib
 
org.ballerinalang.nativeimpl.builtin.xmllib - package org.ballerinalang.nativeimpl.builtin.xmllib
 
org.ballerinalang.nativeimpl.config - package org.ballerinalang.nativeimpl.config
 
org.ballerinalang.nativeimpl.file - package org.ballerinalang.nativeimpl.file
 
org.ballerinalang.nativeimpl.file.utils - package org.ballerinalang.nativeimpl.file.utils
 
org.ballerinalang.nativeimpl.io - package org.ballerinalang.nativeimpl.io
 
org.ballerinalang.nativeimpl.io.channels - package org.ballerinalang.nativeimpl.io.channels
 
org.ballerinalang.nativeimpl.io.channels.base - package org.ballerinalang.nativeimpl.io.channels.base
 
org.ballerinalang.nativeimpl.lang.utils - package org.ballerinalang.nativeimpl.lang.utils
 
org.ballerinalang.nativeimpl.log - package org.ballerinalang.nativeimpl.log
 
org.ballerinalang.nativeimpl.math - package org.ballerinalang.nativeimpl.math
 
org.ballerinalang.nativeimpl.os - package org.ballerinalang.nativeimpl.os
 
org.ballerinalang.nativeimpl.runtime - package org.ballerinalang.nativeimpl.runtime
 
org.ballerinalang.nativeimpl.security.crypto - package org.ballerinalang.nativeimpl.security.crypto
 
org.ballerinalang.nativeimpl.task - package org.ballerinalang.nativeimpl.task
 
org.ballerinalang.nativeimpl.task.appointment - package org.ballerinalang.nativeimpl.task.appointment
 
org.ballerinalang.nativeimpl.task.stop - package org.ballerinalang.nativeimpl.task.stop
 
org.ballerinalang.nativeimpl.task.timer - package org.ballerinalang.nativeimpl.task.timer
 
org.ballerinalang.nativeimpl.user - package org.ballerinalang.nativeimpl.user
 
org.ballerinalang.nativeimpl.util - package org.ballerinalang.nativeimpl.util
 
org.ballerinalang.util - package org.ballerinalang.util
 
OUT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 

P

PACKAGE_BUILTIN - Static variable in class org.ballerinalang.nativeimpl.Utils
 
Parse - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the Time for the given string.
Parse() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Parse
 
PASSWORD - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
populateNatives(NativeElementRepository) - Method in class org.ballerinalang.generated.providers.StandardNativeElementProvider
 
POSTGRES - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
POSTGRES - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
POSTGRES_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
Pow - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:pow.
Pow() - Constructor for class org.ballerinalang.nativeimpl.math.Pow
 
PrintAny - Class in org.ballerinalang.nativeimpl.builtin.systemlib
Native function print.
PrintAny() - Constructor for class org.ballerinalang.nativeimpl.builtin.systemlib.PrintAny
 
PrintlnAny - Class in org.ballerinalang.nativeimpl.builtin.systemlib
Native function ballerina.model.system:println.
PrintlnAny() - Constructor for class org.ballerinalang.nativeimpl.builtin.systemlib.PrintlnAny
 

Q

QueryParamDirection() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants.QueryParamDirection
 
QUESTION_MARK - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 

R

Random - Class in org.ballerinalang.nativeimpl.math
Native function wso2.ballerina.math:random.
Random() - Constructor for class org.ballerinalang.nativeimpl.math.Random
 
RandomInRange - Class in org.ballerinalang.nativeimpl.math
Native function wso2.ballerina.math:random.
RandomInRange() - Constructor for class org.ballerinalang.nativeimpl.math.RandomInRange
 
read(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Reads specified amount of bytes from a given channel.
read(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Reads specified number of characters from a given channel.
read() - Method in class org.ballerinalang.nativeimpl.io.channels.base.TextRecordChannel
Read the next readRecord.
readAll() - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Reads all bytes from the I/O source.
readAll() - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Reads all content from the I/O source.
ReadAllBytes - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.lo#readAllBytes.
ReadAllBytes() - Constructor for class org.ballerinalang.nativeimpl.io.ReadAllBytes
 
ReadAllCharacters - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readAllCharacters.
ReadAllCharacters() - Constructor for class org.ballerinalang.nativeimpl.io.ReadAllCharacters
 
ReadBytes - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.lo#readBytes.
ReadBytes() - Constructor for class org.ballerinalang.nativeimpl.io.ReadBytes
 
ReadCharacters - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readCharacters.
ReadCharacters() - Constructor for class org.ballerinalang.nativeimpl.io.ReadCharacters
 
REAL - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
REGEXConstants - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Constants for Ballerina Regex.
REGEXConstants() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.REGEXConstants
 
Remove - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Remove the element(s) that matches the given key.
Remove() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.Remove
 
Remove - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to remove element from the map.
Remove() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.Remove
 
remove(String) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
RemoveAttribute - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Remove an attribute from an XML.
RemoveAttribute() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.RemoveAttribute
 
Replace - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replace.
Replace() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Replace
 
ReplaceAll - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceAll.
ReplaceAll() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAll
 
ReplaceAllWithRegex - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceAllWithRegex.
ReplaceAllWithRegex() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAllWithRegex
 
ReplaceFirst - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceFirst.
ReplaceFirst() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirst
 
ReplaceFirstWithRegex - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceFirstWithRegex.
ReplaceFirstWithRegex() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirstWithRegex
 
reverse(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Buffer
Will reverse the position of the buffer.
Rint - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:rint.
Rint() - Constructor for class org.ballerinalang.nativeimpl.math.Rint
 
rollback() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
Round - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:round.
Round() - Constructor for class org.ballerinalang.nativeimpl.math.Round
 

S

Scalb - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:scalb.
Scalb() - Constructor for class org.ballerinalang.nativeimpl.math.Scalb
 
SchedulingException - Exception in org.ballerinalang.nativeimpl.task
This exception is thrown when scheduling fails.
SchedulingException() - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String, Throwable, boolean, boolean) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
Second - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the second value for the given time.
Second() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Second
 
Select - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Select is the Select action implementation of the SQL Connector.
Select() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.Select
 
Select - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get all the elements-type items in the given sequence, that matches a given qualified name.
Select() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Select
 
SelectChildren - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Selects and concatenate all the children of the elements in this sequence that matches the given qualified name.
SelectChildren() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SelectChildren
 
SelectDescendants - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Searches in children recursively for elements matching the name and returns a sequence containing them all.
SelectDescendants() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SelectDescendants
 
setArrayValue(Connection, PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
SetAttributes - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Sets the attributes the provided attributes map.
SetAttributes() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SetAttributes
 
setBigIntValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setBinaryValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setBlobValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setBooleanValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
SetChildren - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Set the children of an XML if its a singleton.
SetChildren() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SetChildren
 
setClobValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setConnectorFutureListener(ConnectorFutureListener) - Method in class org.ballerinalang.nativeimpl.actions.ClientConnectorFuture
 
setDateValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setDoubleValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setIntValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setNClobValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setNStringValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setNullObject(PreparedStatement, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setNumericValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
SetProperty - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:setProperty.
SetProperty() - Constructor for class org.ballerinalang.nativeimpl.runtime.SetProperty
 
setRealValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setStringValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setTimeStampValue(PreparedStatement, BValue, int, int, int, Calendar) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setTimeValue(PreparedStatement, BValue, int, int, int, Calendar) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setTinyIntValue(PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
setUserDefinedValue(Connection, PreparedStatement, BValue, int, int, int) - Static method in class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
Signum - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:signum.
Signum() - Constructor for class org.ballerinalang.nativeimpl.math.Signum
 
Sin - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:sin.
Sin() - Constructor for class org.ballerinalang.nativeimpl.math.Sin
 
Sinh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:sinh.
Sinh() - Constructor for class org.ballerinalang.nativeimpl.math.Sinh
 
Sleep - Class in org.ballerinalang.nativeimpl.builtin.systemlib
Native function ballerina.lang.system:sleep.
Sleep() - Constructor for class org.ballerinalang.nativeimpl.builtin.systemlib.Sleep
 
SleepCurrentThread - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:sleepCurrentThread.
SleepCurrentThread() - Constructor for class org.ballerinalang.nativeimpl.runtime.SleepCurrentThread
 
Slice - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Slice and return a subsequence of the an XML sequence.
Slice() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Slice
 
SMALLINT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Split - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:split(string, string).
Split() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Split
 
SQLColumnDefinition(String, TypeKind, int) - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator.SQLColumnDefinition
 
SQLDataIterator - Class in org.ballerinalang.nativeimpl.actions.data.sql
This iterator mainly wrap java.sql.ResultSet.
SQLDataIterator(Connection, Statement, ResultSet, Calendar, List<ColumnDefinition>, BStructType, StructInfo, StructInfo) - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.SQLDataIterator
 
SQLDataIterator.SQLColumnDefinition - Class in org.ballerinalang.nativeimpl.actions.data.sql
This represents a column definition for a column in a table.
SQLDatasource - Class in org.ballerinalang.nativeimpl.actions.data.sql
Native SQL Connector.
SQLDatasource() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
SQLDatasourceUtils - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Class contains utility methods for SQL Connector operations.
SQLDatasourceUtils() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.SQLDatasourceUtils
 
SQLDataTypes() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
SQLSERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
SQLSERVER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
SQLSERVER_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 
SQLTransactionContext - Class in org.ballerinalang.nativeimpl.actions.data.sql
SQLTransactionContext transaction context for SQL transactions.
SQLTransactionContext(Connection, XAResource) - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.SQLTransactionContext
 
Sqrt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:exp.
Sqrt() - Constructor for class org.ballerinalang.nativeimpl.math.Sqrt
 
StandardNativeElementProvider - Class in org.ballerinalang.generated.providers
 
StandardNativeElementProvider() - Constructor for class org.ballerinalang.generated.providers.StandardNativeElementProvider
 
StandardSystemPackageRepositoryProvider - Class in org.ballerinalang.builtin
This represents the standard Ballerina built-in system package repository provider.
StandardSystemPackageRepositoryProvider() - Constructor for class org.ballerinalang.builtin.StandardSystemPackageRepositoryProvider
 
stop() - Method in class org.ballerinalang.nativeimpl.task.appointment.Appointment
 
stop(String) - Method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentManager
 
stop() - Method in class org.ballerinalang.nativeimpl.task.timer.Timer
 
stopTask(String) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
stringValue() - Method in class org.ballerinalang.nativeimpl.actions.data.sql.SQLDatasource
 
Strip - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Strips any text items from an XML sequence that are all whitespace.
Strip() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Strip
 
STRUCT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
STRUCT_TIME - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
STRUCT_TIME_PACKAGE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
STRUCT_TYPE_TIME - Static variable in class org.ballerinalang.nativeimpl.Utils
 
STRUCT_TYPE_TIMEZONE - Static variable in class org.ballerinalang.nativeimpl.Utils
 
SubString - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.arrays:subString(string, int, int).
SubString() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.SubString
 
SubtractDuration - Class in org.ballerinalang.nativeimpl.builtin.timelib
Subtract given durations from the time.
SubtractDuration() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.SubtractDuration
 
SYBASE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DBTypes
 
SYBASE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.DefaultPort
 
SYBASE_XA_DATASOURCE - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 

T

Tan - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:tan.
Tan() - Constructor for class org.ballerinalang.nativeimpl.math.Tan
 
Tanh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:tanh.
Tanh() - Constructor for class org.ballerinalang.nativeimpl.math.Tanh
 
TaskException - Exception in org.ballerinalang.nativeimpl.task
This exception is thrown when something related to a task fails.
TaskException() - Constructor for exception org.ballerinalang.nativeimpl.task.TaskException
 
TaskException(String) - Constructor for exception org.ballerinalang.nativeimpl.task.TaskException
 
TaskException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.TaskException
 
TaskException(Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.TaskException
 
TaskException(String, Throwable, boolean, boolean) - Constructor for exception org.ballerinalang.nativeimpl.task.TaskException
 
TaskExecutor - Class in org.ballerinalang.nativeimpl.task
This class invokes the Ballerina onTrigger function, and if an error occurs while invoking that function, it invokes the onError function.
TaskExecutor() - Constructor for class org.ballerinalang.nativeimpl.task.TaskExecutor
 
TaskIdGenerator - Class in org.ballerinalang.nativeimpl.task
Generates unique task IDs.
TaskIdGenerator() - Constructor for class org.ballerinalang.nativeimpl.task.TaskIdGenerator
 
TaskRegistry - Class in org.ballerinalang.nativeimpl.task
Maintains timers and appointments (Appointment support will be available in the future).
TEXT_PLAIN - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type text/plain.
TextRecordChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Allows performing record I/O operations.
TextRecordChannel(CharacterChannel, String, String) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.TextRecordChannel
 
TIME - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
Timer - Class in org.ballerinalang.nativeimpl.task.timer
Represents a timer.
Timer(AbstractNativeFunction, Context, long, long, FunctionRefCPEntry, FunctionRefCPEntry) - Constructor for class org.ballerinalang.nativeimpl.task.timer.Timer
Triggers the timer.
TIMESTAMP - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
TIMEZONE_UTC - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
TINYINT - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
ToBlob - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Convert String to Blob.
ToBlob() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToBlob
 
ToCharacterChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#ToCharacterChannel.
ToCharacterChannel() - Constructor for class org.ballerinalang.nativeimpl.io.ToCharacterChannel
 
ToDegrees - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:toDegrees.
ToDegrees() - Constructor for class org.ballerinalang.nativeimpl.math.ToDegrees
 
toHexString(byte[]) - Static method in class org.ballerinalang.util.HashUtils
Converts the given byte array to a Hex formatted string.
ToJSON - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Converts a XML to the corresponding JSON representation.
ToJSON() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.ToJSON
 
ToLowerCase - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:toLowerCase.
ToLowerCase() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToLowerCase
 
ToRadians - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:toRadians.
ToRadians() - Constructor for class org.ballerinalang.nativeimpl.math.ToRadians
 
ToString - Class in org.ballerinalang.nativeimpl.builtin.bloblib
Convert BLOB to String.
ToString() - Constructor for class org.ballerinalang.nativeimpl.builtin.bloblib.ToString
 
ToString - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Native function ballerina.model.json:toString.
ToString() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.ToString
 
ToString - Class in org.ballerinalang.nativeimpl.builtin.timelib
Convert a Time to ISO 8601 formatted string.
ToString() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.ToString
 
ToTextRecordChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#toTextRecordChannel.
ToTextRecordChannel() - Constructor for class org.ballerinalang.nativeimpl.io.ToTextRecordChannel
 
ToTimezone - Class in org.ballerinalang.nativeimpl.builtin.timelib
Change the timezone associated with the given time.
ToTimezone() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.ToTimezone
 
ToUpperCase - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:toUpperCase.
ToUpperCase() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToUpperCase
 
ToXML - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Converts a JSON to the corresponding XML representation.
ToXML() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.ToXML
 
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.AbstractChannel
Will be used when performing direct transfer operations from OS cache.
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.FileIOChannel
Transfer file content to the specified destination.
Trim - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:trim.
Trim() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Trim
 
TYPE_CONVERSION_ERROR_STRUCT - Static variable in class org.ballerinalang.nativeimpl.Utils
 

U

Ulp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:ulp.
Ulp() - Constructor for class org.ballerinalang.nativeimpl.math.Ulp
 
Unescape - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:unescape.
Unescape() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Unescape
 
Update - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
Update is the Update action implementation of the SQL Connector.
Update() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.Update
 
UpdateWithGeneratedKeys - Class in org.ballerinalang.nativeimpl.actions.data.sql.client
UpdateWithGeneratedKeys is the updateWithGeneratedKeys action implementation of the SQL Connector.
UpdateWithGeneratedKeys() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.client.UpdateWithGeneratedKeys
 
URL - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
USER - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants
 
utcCalendar - Variable in class org.ballerinalang.nativeimpl.actions.data.sql.client.AbstractSQLAction
 
Utils - Class in org.ballerinalang.nativeimpl
A util class for handling common functions across native implementation.
Utils() - Constructor for class org.ballerinalang.nativeimpl.Utils
 
Uuid - Class in org.ballerinalang.nativeimpl.util
Native function ballerina.util:uuid.
Uuid() - Constructor for class org.ballerinalang.nativeimpl.util.Uuid
 

V

validatePattern(BStruct) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.AbstractRegexFunction
Validate Regex struct in Ballerina.
VARBINARY - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 
VARCHAR - Static variable in class org.ballerinalang.nativeimpl.actions.data.sql.Constants.SQLDataTypes
 

W

WeekDay - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the week day of the given time.
WeekDay() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.WeekDay
 
write(byte[], int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Writes bytes to channel.
write(String, int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Writes a given string input into the channel.
write(BStringArray) - Method in class org.ballerinalang.nativeimpl.io.channels.base.TextRecordChannel
Writes a given record to a file.
WriteBytes - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.lo#writeBytes.
WriteBytes() - Constructor for class org.ballerinalang.nativeimpl.io.WriteBytes
 
WriteCharacters - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeCharacters.
WriteCharacters() - Constructor for class org.ballerinalang.nativeimpl.io.WriteCharacters
 
WriteTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeTextRecord.
WriteTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.WriteTextRecord
 

X

XADataSources() - Constructor for class org.ballerinalang.nativeimpl.actions.data.sql.Constants.XADataSources
 

Y

Year - Class in org.ballerinalang.nativeimpl.builtin.timelib
Get the year value for the given time.
Year() - Constructor for class org.ballerinalang.nativeimpl.builtin.timelib.Year
 
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.