Метод | Описание | |
---|---|---|
columns_without_default_content ( ) : string[] | Returns an array with all columns that do not have any default content. | |
default_content_sql ( ) : string | Returns the SQL string for the default content. | |
keys_sql ( ) : string | Returns the SQL string for all (unique) keys. | |
name ( ) : string | Returns the table name. | |
primary_key ( ) : string | Returns the primary key. | |
schema ( ) : string[] | Returns the table schema. |
public columns_without_default_content ( ) : string[] | ||
Результат | string[] | All columns that do not have any default content. |
public default_content_sql ( ) : string | ||
Результат | string | The SQL string for the default content. |
public primary_key ( ) : string | ||
Результат | string | The primary key. |
public schema ( ) : string[] | ||
Результат | string[] | An array with fields as keys and the according SQL definitions as values. |