toSqlStringBy abstract method

String toSqlStringBy(
  1. bool deferred
)

Returns the SQL statment depending on if the reference is deferred. By default, we mean the referenced table is not created yet.

Implementation

String toSqlStringBy(bool deferred);