Exemplo n.º 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)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sqlType"></param>
 internal StringClobType(StringSqlType sqlType) : base(sqlType)
 {
 }