getFlatFileLocationRuntimeInputName() Gets the flat file location runtime input name which is generate when a flat file
table is added to collaboration.
Deletes all columns from this table
true of deletion succeeded
deleteColumn
public boolean deleteColumn(String columnName)(Code)
Deletes SQLDBColumn, if any, associated with the given column name.
Parameters: columnName - column name of SQLDBColumn to delete true if deletion succeeded
Gets the flat file location runtime input name which is generate when a flat file
table is added to collaboration. Use this name at runtime for file location passed
by eInsight.
name of runtime input argument for flat file location
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
overrideCatalogName
public void overrideCatalogName(String nName)(Code)
Override Catalog name
Parameters: nName -
overrideSchemaName
public void overrideSchemaName(String nName)(Code)
Sets commit batch size for this db table.
Parameters: newSize - new batch size value for commits involving this table; use -1 to usedefault batch size.
Sets whether table is editable.
Parameters: editable - true if table is editable, false otherwise
setFlatFileLocationRuntimeInputName
public void setFlatFileLocationRuntimeInputName(String runtimeArgName)(Code)
set flat file location runtime input name which is generate when a flat file table
is added to collaboration
Parameters: runtimeArgName - name of runtime input argument for flat file location
Sets the user defined table name.
Parameters: tPrefix - user defined table name
setUserDefinedCatalogName
public void setUserDefinedCatalogName(String newName)(Code)
Sets the user defined catalog name.
Parameters: newName - user defined table name
setUserDefinedSchemaName
public void setUserDefinedSchemaName(String newName)(Code)
Sets the user defined schema name.
Parameters: newName - user defined schema name
setUserDefinedTableName
public void setUserDefinedTableName(String newName)(Code)
Sets the user defined table name.
Parameters: newName - user defined table name
setUsingFullyQualifiedName
public void setUsingFullyQualifiedName(boolean usesFullName)(Code)
Indicates whether the fully-qualified form should be used whenever one resolves
this table's name.
Parameters: usesFullName - true if fully-qualified form should be used, false otherwise