zoukankan      html  css  js  c++  java
  • PDI的steps:(10:table input)

    id:TableInput

    分类:输入

    描述:

    通过connection和sql,从数据库里读取信息。

    Options

    OptionDescription
    Step name Name of the step;the name has to be unique in a single transformation
    Connection The database connection from which to read data
    SQL The SQL statement used to read information from the database connection. You can also click Get SQL select statement... to browse tables and automatically generate a basic select statement.
    Enable lazy conversion When enables, lazy conversion avoids unnecessary data type conversions and can result in a significant performance improvements.
    Replace variables in script? Enable to replace variables in the script; this feature was provided to allow you to test with or without performing variable substitutions.
    Insert data from step Specify the input step name where Pentaho? an expect information to come from. This information can then be inserted into the SQL statement. The locators where Pentaho? inserts information is indicated by ? (question marks).
    Execute for each row? Enable to perform the data insert for each individual row.
    Limit size Sets the number of lines that is read from the database; zero (0) means read all lines. 
  • 相关阅读:
    JavaSript模块化 && AMD CMD 详解.....
    js实现touch移动触屏滑动事件
    页面布局之BFC 微微有点坑
    前端代码优化
    HTTP消息头详解
    SASS
    移动互联,手机页面设计
    投身移动开发必须知道的20件事
    浅析HTML5在移动应用开发中的使用
    js数组的操作
  • 原文地址:https://www.cnblogs.com/aomi/p/3100402.html
Copyright © 2011-2022 走看看