ClearTablesStage
From CCIL
Revision as of 11:38, 2 June 2017 by Atanas.ilchev (Talk | contribs) (Created page with "Reduces a path to its relative root. == Overview == {| |- | '''jar''' | ccil-api |- | '''recommended name''' | table-clear |- | '''class''' | net.ccil.stages.sql.ClearT...")
Reduces a path to its relative root.
Overview
jar | ccil-api |
recommended name | table-clear |
class | net.ccil.stages.sql.ClearTablesStage |
location | /ccil-api/src/main/java/net/ccil/stages/sql/ClearTablesStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/sql/ClearTablesStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
names | java.lang.String | A comma-separated list of table names which will be truncated. |
Registration
service:table-clear rdf:type entity:service ; entity:implementation "net.ccil.stages.sql.ClearTablesStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA