Property | Type | Description | |
---|---|---|---|
totalTypeContent | Type[] |
Method | Description | |
---|---|---|
CreateTableButton ( string tableName ) : void | ||
ExecuteQuery ( string queryString ) : |
||
GetAllTableName ( ) : void | ||
OnDisable ( ) : void | ||
OnXGUI ( ) : void | ||
PushData ( string fieldName, object o ) : void | ||
ReSelectField ( ) : void | ||
ReadAllTable ( ) : void | ||
ShowAllFields ( ) : void |
Method | Description | |
---|---|---|
Disconnect ( ) : void | ||
GetTypeGUI ( object t, Type type ) : object |
Method | Description | |
---|---|---|
OnOpenAsset ( int instanceID, int line ) : bool |
public CreateTableButton ( string tableName ) : void | ||
tableName | string | |
return | void |
public ExecuteQuery ( string queryString ) : |
||
queryString | string | |
return |
protected GetTypeGUI ( object t, Type type ) : object | ||
t | object | |
type | Type | |
return | object |
public PushData ( string fieldName, object o ) : void | ||
fieldName | string | |
o | object | |
return | void |