ClearTablesStage

From CCIL
Jump to: navigation, search

Reduces a path to its relative root.

Overview

jar ccil-common-sql
recommended name table-clear
class net.ccil.stages.sql.ClearTablesStage
location /ccil-api/src/main/java/net/ccil/sql/stages/ClearTablesStage.java
svn svn://svn.code.sf.net/p/ccil/code/trunk/src/common/sql/src/main/java/net/ccil/sql/stages/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

See Also