Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RowsColumnTypeNullable (0.33 sec)

  1. src/database/sql/sql.go

    			ci.databaseType = prop.ColumnTypeDatabaseTypeName(i)
    		}
    		if prop, ok := rowsi.(driver.RowsColumnTypeLength); ok {
    			ci.length, ci.hasLength = prop.ColumnTypeLength(i)
    		}
    		if prop, ok := rowsi.(driver.RowsColumnTypeNullable); ok {
    			ci.nullable, ci.hasNullable = prop.ColumnTypeNullable(i)
    		}
    		if prop, ok := rowsi.(driver.RowsColumnTypePrecisionScale); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Result", Type, 0},
    		{"ResultNoRows", Var, 0},
    		{"Rows", Type, 0},
    		{"RowsAffected", Type, 0},
    		{"RowsColumnTypeDatabaseTypeName", Type, 8},
    		{"RowsColumnTypeLength", Type, 8},
    		{"RowsColumnTypeNullable", Type, 8},
    		{"RowsColumnTypePrecisionScale", Type, 8},
    		{"RowsColumnTypeScanType", Type, 8},
    		{"RowsNextResultSet", Type, 8},
    		{"SessionResetter", Type, 10},
    		{"Stmt", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top