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

G

getAllRecordsFromIndex(String, String, String) - Method in class DbApi
Returns all records that are included in an index.
getAllRecordsFromIndex(String, String, String, String, String, ObjectNode) - Method in class DbApi
Returns all records that are included in an index.
getAllRecordsFromKeyRange(String, String, String, ArrayNode) - Method in class DbApi
Returns all records within a range of keys in an index.
getAllRecordsFromKeyRange(String, String, String, ArrayNode, String, String, ObjectNode) - Method in class DbApi
Returns all records within a range of keys in an index.
getAllRecordsFromPartialKeyRange(String, String, String, String) - Method in class DbApi
Returns all records matching a partial key value.
getAllRecordsFromPartialKeyRange(String, String, String, String, String, String, ObjectNode) - Method in class DbApi
Returns all records matching a partial key value.
getAllRecordsFromSQL(String, String, ArrayNode) - Method in class DbApi
Runs a SQL query and returns the resulting records.
getAllRecordsFromSQL(String, String, ArrayNode, String, ObjectNode) - Method in class DbApi
Runs a SQL query and returns the resulting records.
getAllRecordsFromTable(String, String) - Method in class DbApi
Returns all records from a table in table order.
getAllRecordsFromTable(String, String, String, ObjectNode) - Method in class DbApi
Returns all records from a table in table order.
getAllRecordsFromTable(String, String, String, String, ObjectNode) - Method in class DbApi
Returns all records from a table in table order.
getAuthToken() - Method in class Session
Query this object for the authToken of the current session.
getAutoValue() - Method in class Field
Retrieve the field autoValue setting.
getBaseException() - Method in exception ConnectionException
Return the original exception.
getBinaryFormat() - Method in class Session
Returns the default binary format.
getBinaryFormat() - Method in class TransformApi.FieldData
 
getChangeIdField() - Method in class Cursor
Contains the field number of the field that contains the record's changeId.
getCursorFromIndex(String, String, String) - Method in class DbApi
Returns a cursor object that you can use to retrieve a table's records in index order.
getCursorFromIndex(String, String, String, String, String, ObjectNode) - Method in class DbApi
Returns a cursor object that you can use to retrieve a table's records in index order.
getCursorFromKeyRange(String, String, String, ArrayNode) - Method in class DbApi
Defines a key range in an index and returns a cursor object that you can use to retrieve a table's records within that range.
getCursorFromKeyRange(String, String, String, ArrayNode, String, String, ObjectNode) - Method in class DbApi
Defines a key range in an index and returns a cursor object that you can use to retrieve a table's records within that range.
getCursorFromPartialKeyRange(String, String, String, String) - Method in class DbApi
Defines a partial key range and returns a cursor object that you can use to retrieve a table's records within that range.
getCursorFromPartialKeyRange(String, String, String, String, String, String, ObjectNode) - Method in class DbApi
Defines a partial key range and returns a cursor object that you can use to retrieve a table's records within that range.
getCursorFromSQL(String, String, ArrayNode) - Method in class DbApi
Runs a SQL query and returns a cursor object that you can use to retrieve the resulting records.
getCursorFromSQL(String, String, ArrayNode, String, ObjectNode) - Method in class DbApi
Runs a SQL query and returns a cursor object that you can use to retrieve the resulting records.
getCursorFromTable(String, String) - Method in class DbApi
Returns a forward-only cursor object that retrieves a table's records.
getCursorFromTable(String, String, String) - Method in class DbApi
Returns a forward-only cursor object that retrieves a table's records.
getCursorFromTable(String, String, String, String, ObjectNode) - Method in class DbApi
Returns a forward-only cursor object that retrieves a table's records.
getCursorId() - Method in class Cursor
Contains the cursorId that the server generates when it creates a cursor from a call to a getRecords method.
getCursorStartingAtKey(String, String, String, String, ArrayNode) - Method in class DbApi
Finds the closest matching record and returns a cursor object that you can use to retrieve a table's records starting from that point.
getCursorStartingAtKey(String, String, String, String, ArrayNode, String, String, ObjectNode) - Method in class DbApi
Finds the closest matching record and returns a cursor object that you can use to retrieve a table's records starting from that point.
getData() - Method in class Cursor
Contains the data retrieved by the last call to fetchRecords().
getDatabaseName() - Method in class Session
Returns the default database name.
getDataFormat() - Method in class Session
Returns the default data format.
getDebug() - Method in class Session
Returns the default debug level.
getDebugInfo() - Method in class Cursor
Contains debugging information returned by the server in response to fetchRecords().
getDefaultApi() - Method in class Session
Retrieves the default API value.
getDefaultValue() - Method in class Field
Retrieve the field defaultValue.
getDescription() - Method in class Session
Get the description of the session.
getEndpoint() - Method in class ServerConnection
Returns the current endpoint URL for the server connection.
getErrorCode() - Method in exception ApiException
Return the errorCode associated with this exception.
getFetchCount() - Method in class Cursor
Contains the number of times you have called fetchRecords().
getFieldList() - Method in class Fields
Return all fields.
getFieldName() - Method in class TransformApi.TransformAction.TransformParams.MapOfFieldsToProperties
 
getFieldNames() - Method in class Fields
Return the name of every Field in the instance.
getFields() - Method in class Cursor
Contains a Fields object that describes each field returned by the cursor.
getGetDataCount() - Method in class Cursor
Contains the number of time you have called getData().
getIdleConnectionTimeoutSeconds() - Method in class Session
Retrieves the idle connection timeout value in seconds.
getIdleCursorTimeoutSeconds() - Method in class Session
Retrieves the idle cursor timeout value in seconds.
getInputFields() - Method in class TransformApi.TransformAction
 
getLength() - Method in class Field
Retrieve the field length.
getLogger() - Method in class ServerConnection
Returns the current Logger.
getLogger() - Method in class Session
Returns the current Logger.
getLoggerLevel() - Method in class ServerConnection
Returns the current Logger Level.
getLoggerLevel() - Method in class Session
Get the current level that this session's Logger is set to.
getMapOfFieldsToProperties() - Method in class TransformApi.TransformAction.TransformParams
 
getMessage() - Method in exception ApiException
Return the errorMessage associated with this exception.
getMessage() - Method in exception ConnectionException
Return the errorMessage associated with this exception.
getName() - Method in class Field
Retrieve the field name.
getName() - Method in class TransformApi.FieldData
 
getName() - Method in class TransformApi.OutputField
 
getNullable() - Method in class Field
Retrieve the boolean designating if the field is nullable.
getNumberFormat() - Method in class Session
Get the number format: number or string.
getOutputFields() - Method in class TransformApi.TransformAction
 
getOwnerName() - Method in class Session
Get the default owner name.
getPostTimeout() - Method in class ServerConnection
Return the timout a POST will use before considering a POST to have failed.
getPrimaryKey() - Method in class Field
Retrieve the field's position in the primary key array.
getPrimaryKeyFieldNames() - Method in class Cursor
Contains a list of field numbers in the Fields object that are the primary key fields of the record.
getPropertyPath() - Method in class TransformApi.TransformAction.TransformParams.MapOfFieldsToProperties
 
getRecordsFromIds(String, String, List<Long>) - Method in class DbApi
Returns all records that match the long IDs in a list of record IDs.
getRecordsFromIds(String, String, List<Long>, String, ObjectNode) - Method in class DbApi
Returns all records that match the long IDs in a list of record IDs.
GETRECORDSTRANSFORM - AdminApi.CodeType
The getRecordsTransform code type is used during record retrieval.
getRequestedRecordCount() - Method in class Cursor
Contains the default number of records requested by fetchRecords().
getRequestId() - Method in class Cursor
Contains the requestId returned by the FairCom server in the response to fetchRecords().
getResponse() - Method in exception ApiException
Return the response associated with this exception.
getResult() - Method in class Cursor
Contains the JSON object returned by the server as a Jackson JSON ObjectNode.
getReturnedRecordCount() - Method in class Cursor
Contains the number of records returned by the last call to fetchRecords().
getScale() - Method in class Field
Retrieve the field scale.
getServerConnection() - Method in class Session
Return the ServerConnection attached to this class, so it can be easily used by another ServerConnection instance.
getTargetDatabaseName() - Method in class TransformApi.TransformAction.TransformParams
 
getTargetTableName() - Method in class TransformApi.TransformAction.TransformParams
 
getTlsVersion() - Method in class ServerConnection
Return the TLS version in use for secure HTTP communications.
getTransformActionName() - Method in class TransformApi.TransformAction
 
getTransformParams() - Method in class TransformApi.TransformAction
 
getType() - Method in class Field
Retrieve the field type.
getType() - Method in class TransformApi.FieldData
 
getType() - Method in class TransformApi.OutputField
 
getUsername() - Method in class Session
Query this object for the username this session authenticated with.
getValue() - Method in class TransformApi.FieldData
 
GLOBALFUNCTION - AdminApi.CodeType
Reserved for future use.
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