Vertaling van "CREATETABLE" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
CREATETABLE - allows you to create the interface table used by this utility
CREATETABLE - mit dieser Berechtigung können Sie die Interface-Tabelle erstellen, die von diesem Utility verwendet wird
What does the "General error in the CREATETABLE function" error message mean?
Was bedeutet die Fehlermeldung „Allgemeiner Fehler in der Funktion CREATETABLE"?
An object supporting this interface is returned by the createTable function.
Creating a table with createTable
The createTable() method builds and executes a SQL statement for creating a table.
For new tables, use the CreateTable API call and specify the ViewType parameter to choose what information you want to include in the stream.
Verwenden Sie bei neuen Tabellen den API-Aufruf "CreateTable" mit dem Parameter "ViewType", um festzulegen, welche Informationen in den Stream aufgenommen werden sollen.
CreateTable - Creates a table and specifies the primary index used for data access.
CreateTable - Erstellt eine Tabelle und legt den für den Datenzugriff verwendeten Primärindex fest.
CreateTable: Creates a SQL table with the given fields and types.
CreateTable: Erzeugt eine SQL Tabelle mit gegebenen Feldern und Typen.
Use the createTable method on the Connection to define the name of the table and assign the result to a TableSchema
Verwenden Sie die createTable-Methode des Connection-Objekts, um den Namen der Tabelle festzulegen und das Ergebnis einem TableSchema zuzuordnen
You can tag DynamoDB tables by using the DynamoDB console, the AWS Command Line Interface (CLI), or the CreateTable API.
Sie können DynamoDB-Tabellen taggen, indem Sie die DynamoDB-Konsole, die AWS-Befehlszeilenschnittstelle (CLI) oder die CreateTable-API nutzen.
Figure 4 shows an example of the CreateTable method that sets a number of attributes.
You can enable streams for a table at creation time by supplying a stream specification parameter when you call CreateTable.
Aktivieren eines Streams Sie können einen Stream in einer neuen Tabelle aktivieren, wenn Sie die Tabelle erstellen.