 | SQLColumnTypeContext Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.hook.type
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic SQLColumnTypeContext(
string db,
string sql,
string columnName,
Type columnClassType,
string columnSqlType,
int columnNumber
)
Parameters
- db
- Type: SystemString
database - sql
- Type: SystemString
sql - columnName
- Type: SystemString
column name - columnClassType
- Type: SystemType
column type - columnSqlType
- Type: SystemString
sql type - columnNumber
- Type: SystemInt32
column number starting at 1
See Also