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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isStatic()
public void setStatic(boolean aStatic)
public List<SQLParameter> getParameters()
public OracleProcedureDataType clone()
clone
in interface SQLDataType
clone
in interface SQLObject
clone
in class SQLDataTypeImpl
public SQLStatement getBlock()
public void setBlock(SQLStatement block)
Copyright © 2013–2017 Alibaba Group. All rights reserved.