A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages

R

REAL - Field.FieldType
 
rebuildIndexes(String, String) - Method in class DbApi
Rebuilds a table's indexes.
rebuildIndexes(String, String, ObjectNode) - Method in class DbApi
Rebuilds a table's indexes.
rebuildTables(String, List<String>) - Method in class DbApi
Rebuilds the indexes for one or more tables.
rebuildTables(String, List<String>, ObjectNode) - Method in class DbApi
Rebuilds the indexes for one or more tables.
reconnect() - Method in class Session
Reconnects to the server by testing the existing ServerConnection instance and creating a new session if necessary.
revertToTransactionSavepoint(String, String) - Method in class DbApi
Reverts a transaction to a savepoint.
revertToTransactionSavepoint(String, String, ObjectNode) - Method in class DbApi
Reverts a transaction to a savepoint.
ROLLBACK - DbApi.AtEnd
Rolls back the SQL command.
ROLLBACKONERROR - DbApi.AtEnd
Rolls back the SQL command, only on error.
rollbackTransaction(String) - Method in class DbApi
Rolls back a transaction.
rollbackTransaction(String, ObjectNode) - Method in class DbApi
Rolls back a transaction.
runSQLStatements(String, List<String>, DbApi.OnError, DbApi.AtEnd, List<ObjectNode>, ObjectNode) - Method in class DbApi
Runs one or more SQL statements such as drop, create, alter, call, insert, update, and delete statements.
runTransform(String, TransformApi.FieldData, ObjectNode) - Method in class TransformApi
The "runTransform" action runs a transform and returns the transformed data.
runTransform(List<TransformApi.FieldData>, List<TransformApi.OutputField>, List<TransformApi.TransformAction>, ObjectNode) - Method in class TransformApi
The "runTransform" action runs a transform and returns the transformed data.
A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages