MCPcopy Create free account
hub / github.com/ddf-project/DDF / sqlHandle

Method sqlHandle

core/src/main/java/io/ddf/etl/IHandleSql.java:29–29  ·  view source on GitHub ↗

@brief This function is used to handle user-input sql. It will (1) handle ddl. (2) reformulate sql with table name. @param command The sql command. It should contains full uri as reference in the command. For example, "select from ddf://adatao/ddfname". Or the sqlcmd doesn't

(String command,
                               Integer maxRows,
                               DataSourceDescriptor dataSource)

Source from the content-addressed store, hash-verified

27 * @throws DDFException
28 */
29 public SqlResult sqlHandle(String command,
30 Integer maxRows,
31 DataSourceDescriptor dataSource) throws DDFException;
32

Callers 1

sqlMethod · 0.65

Implementers 1

ASqlHandlercore/src/main/java/io/ddf/etl/ASqlHand

Calls

no outgoing calls

Tested by

no test coverage detected