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, String, String, ObjectNode) - Method in class DbApi
Returns all records that are included 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, String, String, ObjectNode) - Method in class DbApi
Returns all records matching a partial key value.
getAllRecordsFromSQL(String, String, ArrayNode, String, ObjectNode) - Method in class DbApi
Runs a SQL query and returns the resulting records.
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
 
getBaseException() - Method in exception ConnectionException
Return the original exception.
getBinaryFormat() - Method in class Session
Returns the default binary format.
getChangeIdField() - Method in class Cursor
 
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, 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, 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, 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, String, String, ObjectNode) - Method in class DbApi
Returns a forward-only cursor object that retrieves a table's records.
getCursorId() - Method in class Cursor
 
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
 
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
 
getDefaultApi() - Method in class Session
Retrieves the default API value.
getDefaultValue() - Method in class Field
 
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
 
getFieldList() - Method in class Fields
Return all fields.
getFields() - Method in class Cursor
 
getGetDataCount() - Method in class Cursor
 
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.
getLength() - Method in class Field
 
getLoggerLevel() - Method in class Session
Get the current level that this session's Logger is set to.
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
 
getNullable() - Method in class Field
 
getNumberFormat() - Method in class Session
Get the number format: number or string.
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
 
getPrimaryKeyFields() - Method in class Cursor
 
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.
getRequestedRecordCount() - Method in class Cursor
 
getRequestId() - Method in class Cursor
 
getResponse() - Method in exception ApiException
Return the response associated with this exception.
getResult() - Method in class Cursor
 
getReturnedRecordCount() - Method in class Cursor
 
getScale() - Method in class Field
 
getServerConnection() - Method in class Session
Return the ServerConnection attached to this class, so it can be easily used by another ServerConnection instance.
getTlsVersion() - Method in class ServerConnection
Return the TLS version in use for secure HTTP communications.
getType() - Method in class Field
 
getUsername() - Method in class Session
Query this object for the username this session authenticated with.
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