public static interface FlatFile.Parser
String
into an Object
.Modifier and Type | Method and Description |
---|---|
Object |
parse(String input)
Parses a
String into an Object . |
Object parse(String input) throws SQLException
String
into an Object
.input
- a String
that specifies the input to be
parsedObject
that contains the value of the
String
SQLException
- thrown if a database error occursCopyright © 2020 Rogue Wave Software. All rights reserved.