- setDataObj(CONTAINERTYPE) - Method in class org.apache.sqoop.lib.LobRef
-
Internal API to set the data object.
- setEnclosedBy(char) - Method in class org.apache.sqoop.lib.DelimiterSet
-
Sets the enclosed-by character.
- setEncloseRequired(boolean) - Method in class org.apache.sqoop.lib.DelimiterSet
-
Set whether the enclosed-by character must be applied to all fields,
or only fields with embedded delimiters.
- setEscapedBy(char) - Method in class org.apache.sqoop.lib.DelimiterSet
-
Sets the escaped-by character.
- setField(String, Object) - Method in class org.apache.sqoop.lib.SqoopRecord
-
Allows an arbitrary field to be set programmatically to the
specified value object.
- setFieldsTerminatedBy(char) - Method in class org.apache.sqoop.lib.DelimiterSet
-
Sets the fields-terminated-by character.
- setLinesTerminatedBy(char) - Method in class org.apache.sqoop.lib.DelimiterSet
-
Sets the end-of-record lines-terminated-by character.
- SqoopRecord - Class in org.apache.sqoop.lib
-
Interface implemented by the classes generated by sqoop's orm.ClassWriter.
- SqoopRecord() - Constructor for class org.apache.sqoop.lib.SqoopRecord
-