메소드 | 설명 | |
---|---|---|
Add ( Statement statement ) : void | ||
Clear ( ) : void | ||
Close ( ) : void | ||
Contains ( Resource resource ) : bool | ||
Contains ( Statement template ) : bool | ||
Import ( StatementSource source ) : void | ||
Replace ( System.Entity a, System.Entity b ) : void | ||
Replace ( Statement find, Statement replacement ) : void | ||
SQLStore2 ( string prefix, ConnectionManager connection ) : System | ||
Select ( SelectFilter filter, StatementSink result ) : void | ||
Select ( Statement template, StatementSink result ) : void | ||
Select ( StatementSink result ) : void |
메소드 | 설명 | |
---|---|---|
EscapedAppend ( StringBuilder b, string str ) : void | ||
EscapedAppend ( StringBuilder b, string str, bool quotes, bool forLike ) : void |
메소드 | 설명 | |
---|---|---|
AddValue ( Resource resource ) : void | ||
AddValue ( Resource resource, StringBuilder buffer, bool insertCombined, bool &firstInsert ) : void | ||
AppendComma ( StringBuilder builder, string text, bool comma ) : void | ||
AsInt ( object r ) : int | ||
AsString ( object r ) : string | ||
CreatePrefixTest ( string column, string match ) : string | ||
CreateVersion ( ) : bool | ||
Escape ( string str, bool quotes ) : string | ||
FilterOpToSQL ( LiteralFilter op ) : string | ||
FilterToSQL ( LiteralFilter filter, string col ) : string | ||
GetHash ( Resource resource ) : string | ||
IDisposable ( ) : void | ||
Init ( ) : void | ||
ParseVersionInfo ( string verdata ) : |
||
RunScalarInt ( string sql, int def ) : int | ||
RunScalarString ( string sql ) : string | ||
Select2 ( SelectFilter filter, StatementSink result ) : void | ||
SelectEntity ( int type, string value ) : System.Entity | ||
SelectResource ( int type, string value, string language, string datatype ) : Resource | ||
SerializeVersionInfo ( |
||
SplitArray ( Resource e ) : Resource[][] | ||
StatementSink ( Statement statement ) : bool | ||
WhereClause ( SelectFilter filter, System cmd ) : bool | ||
WhereItem ( string col, Resource r, System cmd, bool and ) : void |
protected EscapedAppend ( StringBuilder b, string str ) : void | ||
b | StringBuilder | |
str | string | |
리턴 | void |
protected EscapedAppend ( StringBuilder b, string str, bool quotes, bool forLike ) : void | ||
b | StringBuilder | |
str | string | |
quotes | bool | |
forLike | bool | |
리턴 | void |
public Replace ( System.Entity a, System.Entity b ) : void | ||
a | System.Entity | |
b | System.Entity | |
리턴 | void |
public Replace ( Statement find, Statement replacement ) : void | ||
find | Statement | |
replacement | Statement | |
리턴 | void |
public SQLStore2 ( string prefix, ConnectionManager connection ) : System | ||
prefix | string | |
connection | ConnectionManager | |
리턴 | System |
public Select ( SelectFilter filter, StatementSink result ) : void | ||
filter | SelectFilter | |
result | StatementSink | |
리턴 | void |
public Select ( Statement template, StatementSink result ) : void | ||
template | Statement | |
result | StatementSink | |
리턴 | void |