liquibase.structure.core
Class Column.AutoIncrementInformation

java.lang.Object
  extended by liquibase.serializer.AbstractLiquibaseSerializable
      extended by liquibase.structure.core.Column.AutoIncrementInformation
All Implemented Interfaces:
LiquibaseSerializable
Enclosing class:
Column

public static class Column.AutoIncrementInformation
extends AbstractLiquibaseSerializable


Nested Class Summary
 
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
 
Field Summary
 
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
 
Constructor Summary
Column.AutoIncrementInformation()
           
Column.AutoIncrementInformation(Number startWith, Number incrementBy)
           
 
Method Summary
 BigInteger getIncrementBy()
           
 String getSerializedObjectName()
           
 String getSerializedObjectNamespace()
           
 BigInteger getStartWith()
           
 void load(ParsedNode parsedNode, ResourceAccessor resourceAccessor)
           
 String toString()
           
 
Methods inherited from class liquibase.serializer.AbstractLiquibaseSerializable
convertEscaped, getSerializableFieldDataTypeClass, getSerializableFieldDataTypeClassParameters, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, serialize, serializeValue, setSerializableFieldValue, shouldAutoLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Column.AutoIncrementInformation

public Column.AutoIncrementInformation()

Column.AutoIncrementInformation

public Column.AutoIncrementInformation(Number startWith,
                                       Number incrementBy)
Method Detail

getStartWith

public BigInteger getStartWith()

getIncrementBy

public BigInteger getIncrementBy()

toString

public String toString()
Overrides:
toString in class Object

getSerializedObjectName

public String getSerializedObjectName()

getSerializedObjectNamespace

public String getSerializedObjectNamespace()

load

public void load(ParsedNode parsedNode,
                 ResourceAccessor resourceAccessor)
          throws ParsedNodeException
Specified by:
load in interface LiquibaseSerializable
Overrides:
load in class AbstractLiquibaseSerializable
Throws:
ParsedNodeException


Copyright © 2016 Liquibase.org. All rights reserved.