com.metamatrix.common.jdbc.metadata
Class Procedure

java.lang.Object
  extended by com.metamatrix.common.jdbc.metadata.JDBCObject
      extended by com.metamatrix.common.jdbc.metadata.ColumnSet
          extended by com.metamatrix.common.jdbc.metadata.Procedure

public class Procedure
extends ColumnSet


Field Summary
 
Fields inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject
DELIMITER
 
Constructor Summary
Procedure()
           
Procedure(java.lang.String name)
           
Procedure(java.lang.String catalogName, java.lang.String schemaName, java.lang.String name)
           
 
Method Summary
 java.lang.String getRemarks()
           
 ProcedureType getType()
           
 boolean isCallable()
           
 void setCallable(boolean callable)
           
 void setRemarks(java.lang.String remarks)
           
 void setType(ProcedureType type)
           
 
Methods inherited from class com.metamatrix.common.jdbc.metadata.ColumnSet
add, addAll, addColumn, contains, getCatalogName, getColumnNames, getColumns, getFullName, getSchemaName, hasMatchingColumns, lookupColumn, remove, removeColumn
 
Methods inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject
addFullName, getFullName, getName, getOriginalNameNull, getOwner, getProperties, getProperty, hasName, hasOwner, hasProperties, isMarked, lookupJDBCObject, print, print, removeProperty, setMarked, setName, setOriginalNameNull, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Procedure

public Procedure()

Procedure

public Procedure(java.lang.String name)

Procedure

public Procedure(java.lang.String catalogName,
                 java.lang.String schemaName,
                 java.lang.String name)
Method Detail

isCallable

public boolean isCallable()

setCallable

public void setCallable(boolean callable)

getRemarks

public java.lang.String getRemarks()

setRemarks

public void setRemarks(java.lang.String remarks)

getType

public ProcedureType getType()

setType

public void setType(ProcedureType type)


Copyright © 2009. All Rights Reserved.