spring-framework / org.springframework.jdbc.support.incrementer / SybaseAnywhereMaxValueIncrementer / <init>

<init>

SybaseAnywhereMaxValueIncrementer()

Default constructor for bean property style usage.

See Also
#setDataSource#setIncrementerName#setColumnName

SybaseAnywhereMaxValueIncrementer(dataSource: DataSource, incrementerName: String, columnName: String)

Convenience constructor.

Parameters

dataSource - the DataSource to use

incrementerName - the name of the sequence/table to use

columnName - the name of the column in the sequence table to use