public class OracleProcedureDataType extends SQLDataTypeImpl
SQLDataType.Constants| Constructor and Description |
|---|
OracleProcedureDataType() |
| Modifier and Type | Method and Description |
|---|---|
OracleProcedureDataType |
clone() |
SQLStatement |
getBlock() |
List<SQLParameter> |
getParameters() |
boolean |
isStatic() |
void |
setBlock(SQLStatement block) |
void |
setStatic(boolean aStatic) |
addArgument, cloneTo, equals, getArguments, getDbType, getName, getWithTimeZone, hashCode, isUnsigned, isWithLocalTimeZone, isZerofill, nameHashCode64, setDbType, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofill, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isStatic()
public void setStatic(boolean aStatic)
public List<SQLParameter> getParameters()
public OracleProcedureDataType clone()
clone in interface SQLDataTypeclone in interface SQLObjectclone in class SQLDataTypeImplpublic SQLStatement getBlock()
public void setBlock(SQLStatement block)
Copyright © 2013–2018 Alibaba Group. All rights reserved.