Ontimize 5.2072EN

com.ontimize.db.sql
Class SQLTableDrop

java.lang.Object
  extended bycom.ontimize.db.sql.SQLTable
      extended bycom.ontimize.db.sql.SQLTableDrop

public class SQLTableDrop
extends SQLTable


Field Summary
 
Fields inherited from class com.ontimize.db.sql.SQLTable
tableName
 
Constructor Summary
SQLTableDrop(java.lang.String tableName)
          Creates a new SQLTableDrop indicating the name of the table to be dropped.
 
Methods inherited from class com.ontimize.db.sql.SQLTable
getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTableDrop

public SQLTableDrop(java.lang.String tableName)
Creates a new SQLTableDrop indicating the name of the table to be dropped.

Parameters:
tableName - The name of the table.

Ontimize