Package net.sf.jsqlparser.statement
Class DeclareStatement.TypeDefExpr
- java.lang.Object
-
- net.sf.jsqlparser.statement.DeclareStatement.TypeDefExpr
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DeclareStatement
public static class DeclareStatement.TypeDefExpr extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ColDataType
colDataType
Expression
defaultExpr
UserVariable
userVariable
-
Constructor Summary
Constructors Constructor Description TypeDefExpr(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr)
TypeDefExpr(ColDataType colDataType, Expression defaultExpr)
-
-
-
Field Detail
-
userVariable
public final UserVariable userVariable
-
colDataType
public final ColDataType colDataType
-
defaultExpr
public final Expression defaultExpr
-
-
Constructor Detail
-
TypeDefExpr
public TypeDefExpr(ColDataType colDataType, Expression defaultExpr)
-
TypeDefExpr
public TypeDefExpr(UserVariable userVariable, ColDataType colDataType, Expression defaultExpr)
-
-