C# 클래스 Rsdn.Janus.SqlDbSchema

파일 보기 프로젝트 열기: rsdn/janus

보호된 프로퍼티들

프로퍼티 타입 설명
_sqlClauses System.Data.DataTable
_version SqlServerVersion

공개 메소드들

메소드 설명
GetSchema ( SqlConnection con, string collectionName, object restrictions ) : DataTable

보호된 메소드들

메소드 설명
BuildCommand ( SqlConnection connection, string collectionName, object restrictions ) : SqlCommand
GetCommandText ( object restrictions ) : SqlClause
HelperGetComputed ( int tid, int cid ) : string
HelperGetExtendedProperty ( string property_name, string level0_object_type, string level0_object_name, string level1_object_type, string level1_object_name, string level2_object_type, string level2_object_name ) : object
HelperGetObjectDefinition ( int id ) : string
ProcessResult ( DataTable schema ) : DataTable
SqlDbSchema ( ) : System

비공개 메소드들

메소드 설명
QuotedStringOrNull ( string str ) : string

메소드 상세

BuildCommand() 보호된 메소드

protected BuildCommand ( SqlConnection connection, string collectionName, object restrictions ) : SqlCommand
connection System.Data.SqlClient.SqlConnection
collectionName string
restrictions object
리턴 System.Data.SqlClient.SqlCommand

GetCommandText() 보호된 추상적인 메소드

protected abstract GetCommandText ( object restrictions ) : SqlClause
restrictions object
리턴 SqlClause

GetSchema() 공개 메소드

public GetSchema ( SqlConnection con, string collectionName, object restrictions ) : DataTable
con System.Data.SqlClient.SqlConnection
collectionName string
restrictions object
리턴 System.Data.DataTable

HelperGetComputed() 보호된 정적인 메소드

protected static HelperGetComputed ( int tid, int cid ) : string
tid int
cid int
리턴 string

HelperGetExtendedProperty() 보호된 정적인 메소드

protected static HelperGetExtendedProperty ( string property_name, string level0_object_type, string level0_object_name, string level1_object_type, string level1_object_name, string level2_object_type, string level2_object_name ) : object
property_name string
level0_object_type string
level0_object_name string
level1_object_type string
level1_object_name string
level2_object_type string
level2_object_name string
리턴 object

HelperGetObjectDefinition() 보호된 정적인 메소드

protected static HelperGetObjectDefinition ( int id ) : string
id int
리턴 string

ProcessResult() 보호된 메소드

protected ProcessResult ( DataTable schema ) : DataTable
schema System.Data.DataTable
리턴 System.Data.DataTable

SqlDbSchema() 보호된 메소드

protected SqlDbSchema ( ) : System
리턴 System

프로퍼티 상세

_sqlClauses 보호되어 있는 프로퍼티

protected DataTable,System.Data _sqlClauses
리턴 System.Data.DataTable

_version 보호되어 있는 정적으로 프로퍼티

protected static SqlServerVersion,Rsdn.Janus _version
리턴 SqlServerVersion