Dreamine.Database.Core
1.0.1
Dreamine.Database.Core 데이터베이스 기능과 관련 API를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
Dreamine.Database.Core.Providers.DatabaseProviderBase 멤버 목록
다음에 대한 모든 멤버의 목록입니다 :
Dreamine.Database.Core.Providers.DatabaseProviderBase
(모든 상속된 멤버들도 포함합니다.)
BuildCreateTableSql
(DatabaseEntityMap map)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
virtual
BuildDeleteSql
(DatabaseEntityMap map)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
virtual
BuildInsertSql
(DatabaseEntityMap map)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
virtual
BuildPrimaryKeySql
(DatabasePropertyMap property)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
virtual
BuildUpdateSql
(DatabaseEntityMap map)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
virtual
ConnectionString
Dreamine.Database.Core.Providers.DatabaseProviderBase
CreateConnection
()
Dreamine.Database.Core.Providers.DatabaseProviderBase
protected
CreateOpenedConnection
()
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
private
CreateTable< T >
()
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
CreateTableAsync< T >
(CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
DatabaseProviderBase
(string connectionString)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
protected
Delete< T >
(T entity)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
DeleteAsync< T >
(T entity, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
EnsureDatabaseExists
()
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
virtual
EnsureDatabaseExistsAsync
(CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
virtual
ExecuteNonQuery
(string sql, object? parameters=null)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
ExecuteNonQueryAsync
(string sql, object? parameters=null, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
ExecuteScalar< T >
(string sql, object? parameters=null)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
ExecuteScalarAsync< T >
(string sql, object? parameters=null, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
GetOrBuildSql< T >
(SqlKind kind)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
private
GetSqlType
(DatabasePropertyMap property)
Dreamine.Database.Core.Providers.DatabaseProviderBase
protected
Insert< T >
(T entity)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
InsertAsync< T >
(T entity, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
IsTableExists
(string tableName)
Dreamine.Database.Core.Providers.DatabaseProviderBase
IsTableExists< T >
()
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
IsTableExistsAsync
(string tableName, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
IsTableExistsAsync< T >
(CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
Kind
Dreamine.Database.Core.Providers.DatabaseProviderBase
OpenAsync
(IDbConnection connection, CancellationToken cancellationToken)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
private
static
ParameterPrefix
Dreamine.Database.Core.Providers.DatabaseProviderBase
protected
Query< T >
(string sql, object? parameters=null)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
QueryAsync< T >
(string sql, object? parameters=null, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
QuoteIdentifier
(string identifier)
Dreamine.Database.Core.Providers.DatabaseProviderBase
protected
RequireKey
(DatabaseEntityMap map)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
private
static
SqlCache
Dreamine.Database.Core.Providers.DatabaseProviderBase
private
static
SqlKind
열거형 이름
Dreamine.Database.Core.Providers.DatabaseProviderBase
private
Update< T >
(T entity)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
UpdateAsync< T >
(T entity, CancellationToken cancellationToken=default)
Dreamine.Database.Core.Providers.DatabaseProviderBase
inline
다음에 의해 생성됨 :
1.17.0