public static final class NodeBackup.ColumnDefinitionNode extends Object
| Constructor and Description |
|---|
ColumnDefinitionNode() |
| Modifier and Type | Method and Description |
|---|---|
static NodeCreator |
add(NodeCreator node) |
static String |
getName(NodeParser node) |
static Integer |
getPrecision(NodeParser node) |
static Integer |
getScale(NodeParser node) |
static int |
getSqlType(NodeParser node) |
static boolean |
isAutoIncrement(NodeParser node) |
static boolean |
isPrimaryKey(NodeParser node) |
static NodeCreator |
setAutoIncrement(NodeCreator node,
Boolean autoIncrement) |
static NodeCreator |
setName(NodeCreator node,
String name) |
static NodeCreator |
setPrecision(NodeCreator node,
Integer precision) |
static NodeCreator |
setPrimaryKey(NodeCreator node,
Boolean primaryKey) |
static NodeCreator |
setScale(NodeCreator node,
Integer scale) |
static NodeCreator |
setSqlType(NodeCreator node,
int sqlType) |
public static final String NAME
public static NodeCreator add(NodeCreator node)
public static String getName(NodeParser node)
public static NodeCreator setName(NodeCreator node, String name)
public static boolean isPrimaryKey(NodeParser node)
public static NodeCreator setPrimaryKey(NodeCreator node, Boolean primaryKey)
public static boolean isAutoIncrement(NodeParser node)
public static NodeCreator setAutoIncrement(NodeCreator node, Boolean autoIncrement)
public static int getSqlType(NodeParser node)
public static NodeCreator setSqlType(NodeCreator node, int sqlType)
public static Integer getPrecision(NodeParser node)
public static NodeCreator setPrecision(NodeCreator node, Integer precision)
public static Integer getScale(NodeParser node)
public static NodeCreator setScale(NodeCreator node, Integer scale)
Copyright © 2018 Atlassian. All rights reserved.