Indicates whether the fully-qualified form should be used whenever one resolves
this table's name.
true if fully-qualified form should be used, false otherwise
set the type of statement type for this table
Parameters: sType - statement type
setStrStatementType
public void setStrStatementType(String stType)(Code)
set string representation of statement type
Parameters: stType - statement type
setTruncateBeforeLoad
public void setTruncateBeforeLoad(boolean flag)(Code)
Sets whether contents of target table should be truncated before loading new data.
Parameters: flag - true if contents should be truncated; false otherwise
setUsingFullyQualifiedName
public void setUsingFullyQualifiedName(boolean usesFullName)(Code)