Row, Column, StringColumn
Row, Column, StringColumn
Row Class
Methods
var stringValueByName = row.getString("ColumnName");var stringValueByIndex = row.getString(columnIndex);var rowHashValue = row.rowHash();var rowAsString = selectedRow.toString();Column Class
Methods
StringColumn Class
Methods
equalToIgnoringCase(str: String): Selection
equalToIgnoringCase(str: String): SelectionstartsWith(str: String): Selection
startsWith(str: String): SelectionendsWith(str: String): Selection
endsWith(str: String): Selectioncontains(str: String): Selection
contains(str: String): SelectionmatchesRegex(str: String): Selection
matchesRegex(str: String): SelectionisEmpty(): Selection
isEmpty(): SelectionisAlpha(): Selection
isAlpha(): SelectionisNumeric(): Selection
isNumeric(): SelectionisAlphaNumeric(): Selection
isAlphaNumeric(): SelectionisUpperCase(): Selection
isUpperCase(): SelectionisLowerCase(): Selection
isLowerCase(): SelectionhasLengthEqualTo(lengthChars: Integer): Selection
hasLengthEqualTo(lengthChars: Integer): SelectionhasLengthLessThan(lengthChars: Integer): Selection
hasLengthLessThan(lengthChars: Integer): SelectionhasLengthGreaterThan(lengthChars: Integer): Selection
hasLengthGreaterThan(lengthChars: Integer): Selection