com.metamatrix.common.jdbc.metadata
Class Procedure
java.lang.Object
   com.metamatrix.common.jdbc.metadata.JDBCObject
com.metamatrix.common.jdbc.metadata.JDBCObject
       com.metamatrix.common.jdbc.metadata.ColumnSet
com.metamatrix.common.jdbc.metadata.ColumnSet
           com.metamatrix.common.jdbc.metadata.Procedure
com.metamatrix.common.jdbc.metadata.Procedure
- public class Procedure 
- extends ColumnSet
 
 
| Constructor Summary | 
| Procedure()
 | 
| Procedure(java.lang.String name)
 | 
| Procedure(java.lang.String catalogName,
          java.lang.String schemaName,
          java.lang.String name)
 | 
 
 
| 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 | 
 
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)
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.