A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
rdev — Property in class com.hippohx.FileStats
N/A
readDirectory(directoryPath) — Method in class com.hippohx.File
Reads a directory and returns an array of FileKind objects.
readFile(filePath) — Method in class com.hippohx.File
Reads the content of a text file.
Registry — Class in package com.hippohx
The Registry class provides access to system's registry.
Registry() — Constructor in class com.hippohx.Registry
Do NOT call this constructor, please use getInstance method instead.
renameFile(path, newName) — Method in class com.hippohx.File
Renames source file to new name.
request(query) — Method in class com.hippohx.sqlite.Connection
Runs a query on the database and returns a ResultSet object.
results — Property in class com.hippohx.sqlite.ResultSet
Array of Dynamic objects brought by the query.
ResultSet — Class in package com.hippohx.sqlite
A ResultSet object is returned by every call to Connection.request() call.
ResultSet() — Constructor in class com.hippohx.sqlite.ResultSet
Do NOT call the constructor directly, get a ResultSet instance by calling Connection.request() instead.
rollback() — Method in class com.hippohx.sqlite.Connection
Rollsback the database to the state where startTransaction() was called.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z