SQL Relay C# API
SQLRClient.SQLRCursor Member List

This is the complete list of members for SQLRClient.SQLRCursor, including all inherited members.

affectedRows()SQLRClient.SQLRCursor
cacheOff()SQLRClient.SQLRCursor
cacheToFile(String filename)SQLRClient.SQLRCursor
clearBinds()SQLRClient.SQLRCursor
closeResultSet()SQLRClient.SQLRCursor
colCount()SQLRClient.SQLRCursor
countBindVariables()SQLRClient.SQLRCursor
defineOutputBindBlob(String variable)SQLRClient.SQLRCursor
defineOutputBindClob(String variable)SQLRClient.SQLRCursor
defineOutputBindCursor(String variable)SQLRClient.SQLRCursor
defineOutputBindDate(String variable)SQLRClient.SQLRCursor
defineOutputBindDouble(String variable)SQLRClient.SQLRCursor
defineOutputBindInteger(String variable)SQLRClient.SQLRCursor
defineOutputBindString(String variable, UInt32 length)SQLRClient.SQLRCursor
Dispose() (defined in SQLRClient.SQLRCursor)SQLRClient.SQLRCursor
Dispose(Boolean disposing) (defined in SQLRClient.SQLRCursor)SQLRClient.SQLRCursorprotectedvirtual
dontGetColumnInfo()SQLRClient.SQLRCursor
endOfResultSet()SQLRClient.SQLRCursor
errorMessage()SQLRClient.SQLRCursor
errorNumber()SQLRClient.SQLRCursor
executeQuery()SQLRClient.SQLRCursor
fetchFromBindCursor()SQLRClient.SQLRCursor
firstRowIndex()SQLRClient.SQLRCursor
getCacheFileName()SQLRClient.SQLRCursor
getColumnInfo()SQLRClient.SQLRCursor
getColumnIsAutoIncrement(UInt32 col)SQLRClient.SQLRCursor
getColumnIsAutoIncrement(String col)SQLRClient.SQLRCursor
getColumnIsBinary(UInt32 col)SQLRClient.SQLRCursor
getColumnIsBinary(String col)SQLRClient.SQLRCursor
getColumnIsNullable(UInt32 col)SQLRClient.SQLRCursor
getColumnIsNullable(String col)SQLRClient.SQLRCursor
getColumnIsPartOfKey(UInt32 col)SQLRClient.SQLRCursor
getColumnIsPartOfKey(String col)SQLRClient.SQLRCursor
getColumnIsPrimaryKey(UInt32 col)SQLRClient.SQLRCursor
getColumnIsPrimaryKey(String col)SQLRClient.SQLRCursor
getColumnIsUnique(UInt32 col)SQLRClient.SQLRCursor
getColumnIsUnique(String col)SQLRClient.SQLRCursor
getColumnIsUnsigned(UInt32 col)SQLRClient.SQLRCursor
getColumnIsUnsigned(String col)SQLRClient.SQLRCursor
getColumnIsZeroFilled(UInt32 col)SQLRClient.SQLRCursor
getColumnIsZeroFilled(String col)SQLRClient.SQLRCursor
getColumnLength(UInt32 col)SQLRClient.SQLRCursor
getColumnLength(String col)SQLRClient.SQLRCursor
getColumnList(String table, String wild)SQLRClient.SQLRCursor
getColumnName(UInt32 col)SQLRClient.SQLRCursor
getColumnPrecision(UInt32 col)SQLRClient.SQLRCursor
getColumnPrecision(String col)SQLRClient.SQLRCursor
getColumnScale(UInt32 col)SQLRClient.SQLRCursor
getColumnScale(String col)SQLRClient.SQLRCursor
getColumnType(UInt32 col)SQLRClient.SQLRCursor
getColumnType(String col)SQLRClient.SQLRCursor
getDatabaseList(String wild)SQLRClient.SQLRCursor
getField(UInt64 row, UInt32 col)SQLRClient.SQLRCursor
getField(UInt64 row, String col)SQLRClient.SQLRCursor
getFieldAsByteArray(UInt64 row, UInt32 col)SQLRClient.SQLRCursor
getFieldAsByteArray(UInt64 row, String col)SQLRClient.SQLRCursor
getFieldAsDouble(UInt64 row, UInt32 col)SQLRClient.SQLRCursor
getFieldAsDouble(UInt64 row, String col)SQLRClient.SQLRCursor
getFieldAsInteger(UInt64 row, UInt32 col)SQLRClient.SQLRCursor
getFieldAsInteger(UInt64 row, String col)SQLRClient.SQLRCursor
getFieldLength(UInt64 row, UInt32 col)SQLRClient.SQLRCursor
getFieldLength(UInt64 row, String col)SQLRClient.SQLRCursor
getLongest(UInt32 col)SQLRClient.SQLRCursor
getLongest(String col)SQLRClient.SQLRCursor
getNullsAsEmptyStrings()SQLRClient.SQLRCursor
getNullsAsNulls()SQLRClient.SQLRCursor
getOutputBindBlob(String variable)SQLRClient.SQLRCursor
getOutputBindClob(String variable)SQLRClient.SQLRCursor
getOutputBindCursor(String variable)SQLRClient.SQLRCursor
getOutputBindDate(String variable, out Int16 year, out Int16 month, out Int16 day, out Int16 hour, out Int16 minute, out Int16 second, out Int32 microsecond, out String tz)SQLRClient.SQLRCursor
getOutputBindDouble(String variable)SQLRClient.SQLRCursor
getOutputBindInteger(String variable)SQLRClient.SQLRCursor
getOutputBindLength(String variable)SQLRClient.SQLRCursor
getOutputBindString(String variable)SQLRClient.SQLRCursor
getResultSetBufferSize()SQLRClient.SQLRCursor
getResultSetId()SQLRClient.SQLRCursor
getRow(UInt64 row)SQLRClient.SQLRCursor
getRowLengths(UInt64 row)SQLRClient.SQLRCursor
getTableList(String wild)SQLRClient.SQLRCursor
inputBind(String variable, String val)SQLRClient.SQLRCursor
inputBind(String variable, String val, UInt32 vallength)SQLRClient.SQLRCursor
inputBind(String variable, Int64 val)SQLRClient.SQLRCursor
inputBind(String variable, Double val, UInt32 precision, UInt32 scale)SQLRClient.SQLRCursor
inputBind(String[] variables, String[] vals)SQLRClient.SQLRCursor
inputBind(String[] variables, Int64[] vals)SQLRClient.SQLRCursor
inputBind(String variable, Int16 year, Int16 month, Int16 day, Int16 hour, Int16 minute, Int16 second, Int32 microsecond, String tz)SQLRClient.SQLRCursor
inputBindBlob(String variable, Byte[] val, UInt32 size)SQLRClient.SQLRCursor
inputBindClob(String variable, String val, UInt32 size)SQLRClient.SQLRCursor
inputBinds(String[] variables, Double[] vals, UInt32[] precisions, UInt32[] scales)SQLRClient.SQLRCursor
lowerCaseColumnNames()SQLRClient.SQLRCursor
mixedCaseColumnNames()SQLRClient.SQLRCursor
openCachedResultSet(String filename)SQLRClient.SQLRCursor
prepareFileQuery(String path, String filename)SQLRClient.SQLRCursor
prepareQuery(String query)SQLRClient.SQLRCursor
prepareQuery(String query, UInt32 length)SQLRClient.SQLRCursor
resumeCachedResultSet(UInt16 id, String filename)SQLRClient.SQLRCursor
resumeResultSet(UInt16 id)SQLRClient.SQLRCursor
rowCount()SQLRClient.SQLRCursor
sendFileQuery(String path, String filename)SQLRClient.SQLRCursor
sendQuery(String query)SQLRClient.SQLRCursor
sendQuery(String query, UInt32 length)SQLRClient.SQLRCursor
setCacheTtl(UInt32 ttl)SQLRClient.SQLRCursor
setResultSetBufferSize(UInt64 rows)SQLRClient.SQLRCursor
SQLRCursor(SQLRConnection conn)SQLRClient.SQLRCursor
substitution(String variable, String val)SQLRClient.SQLRCursor
substitution(String variable, Int64 val)SQLRClient.SQLRCursor
substitution(String variable, Double val, UInt32 precision, UInt32 scale)SQLRClient.SQLRCursor
substitution(String[] variables, Int64[] vals)SQLRClient.SQLRCursor
substitution(String[] variables, Double[] vals, UInt32[] precisions, UInt32[] scales)SQLRClient.SQLRCursor
substitutions(String[] variables, String[] vals)SQLRClient.SQLRCursor
suspendResultSet()SQLRClient.SQLRCursor
totalRows()SQLRClient.SQLRCursor
upperCaseColumnNames()SQLRClient.SQLRCursor
validateBinds()SQLRClient.SQLRCursor
validBind(String variable)SQLRClient.SQLRCursor