Rebornbuddy
|
Classes | |
class | Column |
Public Member Functions | |
TableMapping (Type type, CreateFlags createFlags=CreateFlags.None) | |
void | SetAutoIncPK (object obj, long id) |
Column | FindColumnWithPropertyName (string propertyName) |
Column | FindColumn (string columnName) |
PreparedSqlLiteInsertCommand | GetInsertCommand (SQLiteConnection conn, string extra) |
Properties | |
Type | MappedType [get] |
string | TableName [get] |
Column[] | Columns [get] |
Column | PK [get] |
string | GetByPrimaryKeySql [get] |
bool | HasAutoIncPK [get] |
Column[] | InsertColumns [get] |
Column[] | InsertOrReplaceColumns [get] |
SQLite.TableMapping.TableMapping | ( | Type | type, |
CreateFlags | createFlags = CreateFlags::None ) |
Column SQLite.TableMapping.FindColumn | ( | string | columnName | ) |
Column SQLite.TableMapping.FindColumnWithPropertyName | ( | string | propertyName | ) |
PreparedSqlLiteInsertCommand SQLite.TableMapping.GetInsertCommand | ( | SQLiteConnection | conn, |
string | extra ) |
void SQLite.TableMapping.SetAutoIncPK | ( | object | obj, |
long | id ) |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |