Vertaling van "table schema" in Pools
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.
Because different rows in the same table can have a different structure-for example, order information in one row, and customer information in another-you can evolve your application and table schema without taking it offline.
Ponieważ różne wiersze w tej samej tabeli mogą mieć różną strukturę - na przykład informacje o zamówieniu w jednym wierszu i informacje o kliencie w innym - aplikację i schemat tabeli można rozwijać bez wyłączania dostępu do aplikacji. Dla przedsiębiorstw
If a column is defined with some static default value (e.g. a string, a number) in the table schema, the corresponding property in the AR instance will automatically has such a value after the instance is created.
Jeśli kolumna została zdefiniowana wraz z jakąś statyczną, domyślną wartością (np. łańcuch znaków, liczba) w schemacie tabeli bazy danych, odpowiadająca jej własność w instancji AR będzie automatycznie posiadała tą wartość, gdy instancja zostanie utworzona.
The product does not use SharePoint databases directly, nor does it introduce any changes to them, such as stored procedures, table schema, triggers, etc.
Produkt nie korzysta bezpośrednio z baz danych SharePoint, ani nie wprowadza do nich żadnych zmian, takich jak procedury składowane, schemat tabeli, wyzwalacze itd.
The table schema will also be used while preparing SQL statements for the ActiveRecord data saving, ensuring values are bound to the query with correct type.
Schemat tabeli będzie również użyty do przygotowania instrukcji SQL przy zapisywaniu danych ActiveRecord, aby upewnić się, że wartości są przypisane w kwerendzie z prawidłowymi typami.
It generates DAO class in Java, based on the Table Schema structure.