Package pysql :: Module pysqloraobjects :: Class OraSequence
[hide private]
[frames] | no frames]

Class OraSequence

source code


Oracle sequence

Instance Methods [hide private]
 
__init__(self, sequenceOwner="", sequenceName="")
Sequence creation
source code
 
getLast(self, db)
Gets the last value of the sequence object
source code
 
getMin(self, db)
Gets the min value of the sequence object
source code
 
getMax(self, db)
Gets the max value of the sequence object
source code
 
getStep(self, db)
Gets the step value of the sequence object
source code

Inherited from OraObject: __eq__, __hash__, __str__, getCopy, getCreated, getDDL, getFullName, getLastDDL, getName, getOwner, getStatus, getType, guessInfos, guessStatus, setName, setOwner, setStatus, setType

Method Details [hide private]

__init__(self, sequenceOwner="", sequenceName="")
(Constructor)

source code 

Sequence creation

Overrides: OraObject.__init__

getLast(self, db)

source code 

Gets the last value of the sequence object

Returns:
full path (str)

getMin(self, db)

source code 

Gets the min value of the sequence object

Returns:
full path (str)

getMax(self, db)

source code 

Gets the max value of the sequence object

Returns:
full path (str)

getStep(self, db)

source code 

Gets the step value of the sequence object

Returns:
full path (str)