Returns the name of the sentence is exist. Some database agents admit sequences on columns for the generation of automatic numerical codes.

1 table.getSequenceName

<table.getSequenceName table='table'/>

Exceptions

Database required.

Missing specify the database.

Required attribute [...]

A required attribute has not been informed.

Example

Print the name of the sequence.

Copy
<xsql-script name='test_serial'>
    <body>
        <println>
            <table.getSequenceName table='capuntes' />
        </println>
    </body>

</xsql-script>