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