Entering content frame

 Method getLastSerial 

Definition

getLastSerial ()

Use

getLastSerial is a method of the class SapDB_Result.

You can use an SQL statement to enter multiple records in a table. If a table contains a column with the data type SERIAL, you can use this method to query the last value generated for this column.

Result

You get the queried value.

If no value with the data type SERIAL is generated, the value of the result is None.

 

Leaving content frame