예제 #1
0
 /// <summary>
 /// Initialize a new instance of the TypeType class using a
 /// <see cref="SqlType"/>.
 /// </summary>
 /// <param name="sqlType">The underlying <see cref="SqlType"/>.</param>
 internal TypeType(StringSqlType sqlType)
     : base(sqlType)
 {
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sqlType"></param>
 internal StringClobType(StringSqlType sqlType) : base(sqlType)
 {
 }