borland Packages Class Hierarchy sqltools Package
java.lang.Object +----com.borland.sqltools.ImportText
Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public static void importFromFiles(String storename, String tablename, String infile, String schemafile)
This is used internally by other com.borland
classes. You should never use this directly.
public static void importFromStreams(DataStore store, String name, InputStream stream, InputStream schemaStream)
This is used internally by other com.borland
classes. You should never use this directly.
public static void importFromStreams(String storename, String name, InputStream stream, InputStream schemaStream)
This is used internally by other com.borland
classes. You should never use class directly.