Home | History | Annotate | Download | only in database

Lines Matching defs:sbv

1024             StringBuilder sbv = new StringBuilder(128);
1025 sbv.append("VALUES (");
1042 sbv.append("?");
1044 sbv.append("COALESCE(?, ");
1045 sbv.append(defaultValue);
1046 sbv.append(")");
1050 sbv.append(i == cur.getCount() ? ");" : ", ");
1057 sb.append(sbv);