public class ShortField extends Field
ILLEGAL_CHARACTERS, name, referenceTable, requirement| Constructor and Description |
|---|
ShortField(String name,
Requirement requirement,
int maxValue) |
| Modifier and Type | Method and Description |
|---|---|
SQLType |
getSqlType() |
Set<NewGTFSError> |
setParameter(PreparedStatement preparedStatement,
int oneBasedIndex,
String string) |
ValidateFieldResult<String> |
validateAndConvert(String string)
Check the supplied string to see if it can be parsed as the proper data type.
|
cleanString, cleanString, getColumnExpression, getFieldIndex, getSqlDeclaration, getSqlTypeName, indexThisColumn, isEmptyValuePermitted, isForeignReference, isReferenceTo, isRequired, missingRequired, permitEmptyValue, setNull, shouldBeIndexedpublic ShortField(String name, Requirement requirement, int maxValue)
public Set<NewGTFSError> setParameter(PreparedStatement preparedStatement, int oneBasedIndex, String string)
setParameter in class Fieldpublic ValidateFieldResult<String> validateAndConvert(String string)
FieldvalidateAndConvert in class Fieldstring - a non-null Stringpublic SQLType getSqlType()
getSqlType in class FieldCopyright © 2019. All rights reserved.