Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_TableSchema_iface class

 

IsColumnCurrentTime function

Synopsis
bool UltraLite_TableSchema_iface::IsColumnCurrentTime(
  const ULValue & column_id
)
Parameters
  • column_id   The ID number of the column. The value must be a 1-based ordinal number. The first column in the table has an ID value of one.

Remarks

Checks whether the specified column's default is set to the current time.

Returns
  • True if the column has a current time default.
  • False if it does not.