Home
last modified time | relevance | path

Searched refs:SetSchema (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-personalize/include/aws/personalize/model/
H A DCreateSchemaRequest.h91 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
96 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
101 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
106 …inline CreateSchemaRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
111 …inline CreateSchemaRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return … in WithSchema()
116 inline CreateSchemaRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DDescribeSchemaResult.h43 inline void SetSchema(const DatasetSchema& value) { m_schema = value; } in SetSchema() function
48 inline void SetSchema(DatasetSchema&& value) { m_schema = std::move(value); } in SetSchema() function
53 …inline DescribeSchemaResult& WithSchema(const DatasetSchema& value) { SetSchema(value); return *th… in WithSchema()
58 …inline DescribeSchemaResult& WithSchema(DatasetSchema&& value) { SetSchema(std::move(value)); retu… in WithSchema()
H A DDatasetSchema.h137 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
142 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
147 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
152 inline DatasetSchema& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
157 …inline DatasetSchema& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema()
162 inline DatasetSchema& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DDescribeIndexResult.h118 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
129 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
140 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
151 …inline DescribeIndexResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
162 …inline DescribeIndexResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return … in WithSchema()
173 inline DescribeIndexResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift-data/include/aws/redshift-data/model/
H A DTableMember.h94 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
99 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
104 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
109 inline TableMember& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
114 … inline TableMember& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema()
119 inline TableMember& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/include/aws/rds-data/model/
H A DBeginTransactionRequest.h134 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
139 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
144 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
149 …inline BeginTransactionRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *t… in WithSchema()
154 …inline BeginTransactionRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); ret… in WithSchema()
159 inline BeginTransactionRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/include/aws/monitoring/model/
H A DInsightRule.h144 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
151 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
158 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
165 inline InsightRule& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
172 … inline InsightRule& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema()
179 inline InsightRule& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/www/gitea/gitea-1.16.5/models/db/
H A Dsequence.go26 sess.Engine().SetSchema("")
30 sess.Engine().SetSchema(schema)
50 sess.Engine().SetSchema("")
54 sess.Engine().SetSchema(schema)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DCreateModelResult.h177 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
188 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
199 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
210 … inline CreateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
221 …inline CreateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema()
232 inline CreateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DGetModelResult.h177 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
188 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
199 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
210 inline GetModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
221 …inline GetModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this… in WithSchema()
232 inline GetModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DUpdateModelResult.h177 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
188 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
199 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
210 … inline UpdateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
221 …inline UpdateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema()
232 inline UpdateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DCreateModelRequest.h189 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
196 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
203 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
210 … inline CreateModelRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
217 …inline CreateModelRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *… in WithSchema()
224 inline CreateModelRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DModel.h203 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
214 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
225 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
236 inline Model& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
247 inline Model& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema()
258 inline Model& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/
H A DGetModelResult.h189 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
195 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
201 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
207 inline GetModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
213 …inline GetModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this… in WithSchema()
219 inline GetModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DCreateModelRequest.h218 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
224 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
230 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
236 … inline CreateModelRequest& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
242 …inline CreateModelRequest& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *… in WithSchema()
248 inline CreateModelRequest& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DCreateModelResult.h189 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
195 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
201 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
207 … inline CreateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
213 …inline CreateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema()
219 inline CreateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DUpdateModelResult.h189 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema() function
195 inline void SetSchema(Aws::String&& value) { m_schema = std::move(value); } in SetSchema() function
201 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema() function
207 … inline UpdateModelResult& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
213 …inline UpdateModelResult& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *t… in WithSchema()
219 inline UpdateModelResult& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
H A DModel.h223 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
229 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
235 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
241 inline Model& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
247 inline Model& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;} in WithSchema()
253 inline Model& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DRelationalTable.h141 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
147 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
153 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
159 inline RelationalTable& WithSchema(const Aws::String& value) { SetSchema(value); return *this;} in WithSchema()
165 …inline RelationalTable& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *thi… in WithSchema()
171 inline RelationalTable& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/include/aws/appsync/model/
H A DRdsHttpEndpointConfig.h176 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; } in SetSchema() function
181 …inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value… in SetSchema() function
186 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); } in SetSchema() function
191 …inline RdsHttpEndpointConfig& WithSchema(const Aws::String& value) { SetSchema(value); return *thi… in WithSchema()
196 …inline RdsHttpEndpointConfig& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); retur… in WithSchema()
201 inline RdsHttpEndpointConfig& WithSchema(const char* value) { SetSchema(value); return *this;} in WithSchema()
/dports/devel/rth/rth/adodb-4.65/tests/
H A Dtest-datadict.php60 $dict->SetSchema('KUTU');
83 $dict->SetSchema('');
89 $dict->SetSchema('');
97 $dict->SetSchema('');
/dports/databases/adodb/adodb/tests/
H A Dtest-datadict.php60 $dict->SetSchema('KUTU');
83 $dict->SetSchema('');
89 $dict->SetSchema('');
97 $dict->SetSchema('');
/dports/devel/truc/truc_0.12.0/adodb-4.65/tests/
H A Dtest-datadict.php60 $dict->SetSchema('KUTU');
83 $dict->SetSchema('');
89 $dict->SetSchema('');
97 $dict->SetSchema('');
/dports/www/phprecipebook/phprecipebook/libs/adodb4/tests/
H A Dtest-datadict.php60 $dict->SetSchema('KUTU');
83 $dict->SetSchema('');
89 $dict->SetSchema('');
97 $dict->SetSchema('');
/dports/www/phprecipebook/phprecipebook/libs/adodb5/tests/
H A Dtest-datadict.php62 $dict->SetSchema('KUTU');
85 $dict->SetSchema('');
91 $dict->SetSchema('');
99 $dict->SetSchema('');

12345678910>>...30